A quick graphic How to explaining the way to setup your Wing ide 3.1 (Python IDE) environment to debug your Django projects.
What you need
Wingware IDE 3.1
Django 1.0 Alpha
Wing IDE Django Docs not that helpfull
Steps
Create a new project
Add your project directory
In the project explorer, right click on manage.py and select "Set as main Debug file"
- Select Debug/Start or click the play button
- On the window poping up you will now set your envirnoment to match your project path
- And the manage.py arguments with no-reload (note that the wingware docs also show how to use their ide with django in auto reload mode)
- And there you are


Post yours