Eclipse and Django development setup

Tuesday, 21st July 2009, 1758hrs jw Eclipse | Django | Python

To develop Django applications, I use Eclipse with the Pydev plugin with some other extras. Here is a small how-to on my setup:

Download and install these different components:

Then create your own Django projects. This can be done using the Eclipse Run -> Run configurations. Here are the settings to start the lightweight development web server through the manage.py:

alt code

Then specify runserver as program argument:

alt code

Happy coding!