- Timestamp:
- Oct 6, 2008, 8:20:41 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/README
r6281 r6340 3 3 exodusmodels.dot is a graphviz file which shows the exodus database. 4 4 5 Install the djangotrunk and the django_extensions6 which can be fetched from:7 http://code.google.com/p/django-command-extensions/8 9 Add 'extensions' to settings.py10 11 5 Using the djangotrunk execute: 12 $ ./ manage.pygraph_models exodus > exodusmodels.dot6 $ ./bin/django graph_models exodus > exodusmodels.dot 13 7 14 8 = Debug Django = 15 9 16 Install django_extensions, see above for installation description.17 Install Werkzeug from: http://werkzeug.pocoo.org/download18 19 10 Using werkzeug: 20 $ ./ manage.pyrunserver_plus11 $ ./bin/django runserver_plus
Note:
See TracChangeset
for help on using the changeset viewer.