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

  1. Choose Run→External Tools→External Tools…
  2. Click the new launch configuration icon (blank page with the +)
  3. Add the following:
    • Name: Django Sync DB
    • Location C:\Python24\python.exe
    • Working Directory: ${project_loc}
    • Arguments: ${project_loc}\manage.py syncdb
 
  code/django.txt · Last modified: 2007/05/09 09:49
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki