source: doc/README@ 6281

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

added LinkAlias

File size: 541 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 'extensions' to settings.py
10
11Using the djangotrunk execute:
12$ ./manage.py graph_models exodus > exodusmodels.dot
13
14= Debug Django =
15
16Install django_extensions, see above for installation description.
17Install Werkzeug from: http://werkzeug.pocoo.org/download
18
19Using werkzeug:
20$ ./manage.py runserver_plus
Note: See TracBrowser for help on using the repository browser.