source: trunk/doc/README@ 6340

Last change on this file since 6340 was 6340, checked in by roland, 17 years ago

merge -r6328:6339, some files didn't merge correctly and have been added by hand.
README, Makefile and doc/ have been updated to reflect the buildout changes.
Two unittest have been merged into trunk too.

File size: 252 bytes
Line 
1= Generate exodusmodels.dot =
2
3exodusmodels.dot is a graphviz file which shows the exodus database.
4
5Using the djangotrunk execute:
6$ ./bin/django graph_models exodus > exodusmodels.dot
7
8= Debug Django =
9
10Using werkzeug:
11$ ./bin/django runserver_plus
Note: See TracBrowser for help on using the repository browser.