[Fixed]-How do I open an existing django project in LiClipse?

1👍

The best way in this case is creating as a regular PyDev project (which won’t create any new files — i.e.: file > new > project…) and then right-clicking the created project and selecting PyDev > Set as Django project.

Leave a comment