Table of Contents
Django and Eclipse
Setup External Tools
Getting a few of the manage.py tools avalable from the external tools can make life a little easier
Sync DB
- Choose Run→External Tools→External Tools…
- Click the new launch configuration icon (blank page with the +)
- Add the following:
- Name: Django Sync DB
- Location C:\Python24\python.exe
- Working Directory: ${project_loc}
- Arguments: ${project_loc}\manage.py syncdb
