Eclipse - Pydev
Links
Run
When setting up the run configuration, in the Arguments tab for manage.py
enter:
runserver
Some sites recommend, adding the runserver --noreload
option, but this
stops the application from re-loading when changes are made.