First configure the project as a django project in eclipse, if not already. (Right-click on the project and select PyDev โ Install as Django Project).
Secondly, click the green launch button at the top and select "run configuration". Select the PyDev Django icon and click the new launch configuration button at the top. Enter the name of the project, (say testproject) and "$ {workspace_loc: testproject} / $ {DJANGO_MANAGE_LOCATION}" for the main module.
On the Arugments tab, enter "runningerver 0.0.0.0:8000 --noreload" if you want your server to be visible to machines outside of yours or "runningerver --noreload" if you want to access only on your computer and change working directory at $ {workspace_loc:}.
Click "Apply" and you must be configured to proceed!
Here's what it should look like when running inside eclipse: 
Adam morris
source share