= 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 'django_extensions' to settings.py For compatibility with djangotrunk: In models.py replace maxlength by max_length 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