| Line | |
|---|
| 1 | = Generate exodusmodels.dot =
|
|---|
| 2 |
|
|---|
| 3 | exodusmodels.dot is a graphviz file which shows the exodus database.
|
|---|
| 4 |
|
|---|
| 5 | Install the djangotrunk and the django_extensions
|
|---|
| 6 | which can be fetched from:
|
|---|
| 7 | http://code.google.com/p/django-command-extensions/
|
|---|
| 8 |
|
|---|
| 9 | Add 'extensions' to settings.py
|
|---|
| 10 |
|
|---|
| 11 | Using the djangotrunk execute:
|
|---|
| 12 | $ ./manage.py graph_models exodus > exodusmodels.dot
|
|---|
| 13 |
|
|---|
| 14 | = Debug Django =
|
|---|
| 15 |
|
|---|
| 16 | Install django_extensions, see above for installation description.
|
|---|
| 17 | Install Werkzeug from: http://werkzeug.pocoo.org/download
|
|---|
| 18 |
|
|---|
| 19 | Using werkzeug:
|
|---|
| 20 | $ ./manage.py runserver_plus
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.