I am looking for a clearly written set of steps to import an existing django project stored in a GIT repository into Liclipse (Eclipse configured for python) configured using virtualenv and running successfully.
I used File->Import to import an existing project from its top level directory /home/comiventor/ProjectXYZ/ containing .git
Now when I run ProjectXYZ->Django-> Sync DB (manage.py syncdb)
It says "pydev nature is not properly set"
I could not derive much help on this error from any other source. :(
[Update]
I am able to run the django server from eclipse (steps in my answer below) but still not able to make the code stop at breakpoint. :(
[Update] The error got resolved after setting python environment via
After this, one also needs to fill two fields in PyDev - Django
Hope it helps.
I am able to run the django server from eclipse but still not able to make the code stop at breakpoint. :(