= Generate exodusmodels.dot =

exodusmodels.dot is a graphviz file which shows the exodus database.

Install the djangotrunk and the django_extensions 
which can be fetched from: 
http://code.google.com/p/django-command-extensions/

Add 'extensions' to settings.py

Using the djangotrunk execute:
$ ./manage.py graph_models exodus > exodusmodels.dot

= Debug Django =

Install django_extensions, see above for installation description.
Install Werkzeug from: http://werkzeug.pocoo.org/download

Using werkzeug:
$ ./manage.py runserver_plus 
