source: trunk/doc/README@ 6357

Last change on this file since 6357 was 6352, checked in by roland, 16 years ago

added documentation

File size: 581 bytes
RevLine 
[6352]1= Directory/File layout =
2
3django.conf = apache configuration file for django virtual host
4exodus_models.dot = graphviz file of the current database structure
5exodus_models.pdf = pdf from graphviz file
6exodus_mysql = original database structure
7examples/ = example configuration files from genesis
8
[6202]9= Generate exodusmodels.dot =
10
11exodusmodels.dot is a graphviz file which shows the exodus database.
12
13Using the djangotrunk execute:
[6340]14$ ./bin/django graph_models exodus > exodusmodels.dot
[6202]15
[6229]16= Debug Django =
17
18Using werkzeug:
[6340]19$ ./bin/django runserver_plus
Note: See TracBrowser for help on using the repository browser.