source: doc/README@ 6217

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

changed some admin stuff in urls.py and models.py

File size: 438 bytes
Line 
1= Generate exodusmodels.dot =
2
3exodusmodels.dot is a graphviz file which shows the exodus database.
4
5Install the djangotrunk and the django_extensions
6which can be fetched from:
7http://code.google.com/p/django-command-extensions/
8
9Add 'django_extensions' to settings.py
10
11For compatibility with djangotrunk:
12In models.py replace maxlength by max_length
13
14Using the djangotrunk execute:
15./manage.py graph_models exodus > exodusmodels.dot
16
Note: See TracBrowser for help on using the repository browser.