= Directory/File layout =

django.conf         = apache configuration file for django virtual host
exodus_models.dot   = graphviz file of the current database structure
exodus_models.pdf   = pdf from graphviz file
exodus_mysql        = original database structure 
examples/           = example configuration files from genesis

= Generate exodusmodels.dot =

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

Using the djangotrunk execute:
$ ./bin/django graph_models exodus > exodusmodels.dot

= Debug Django =

Using werkzeug:
$ ./bin/django runserver_plus 
