Rev | Line | |
---|
[6352] | 1 | = Directory/File layout =
|
---|
| 2 |
|
---|
| 3 | django.conf = apache configuration file for django virtual host
|
---|
| 4 | exodus_models.dot = graphviz file of the current database structure
|
---|
| 5 | exodus_models.pdf = pdf from graphviz file
|
---|
| 6 | exodus_mysql = original database structure
|
---|
| 7 | examples/ = example configuration files from genesis
|
---|
| 8 |
|
---|
[6202] | 9 | = Generate exodusmodels.dot =
|
---|
| 10 |
|
---|
| 11 | exodusmodels.dot is a graphviz file which shows the exodus database.
|
---|
| 12 |
|
---|
| 13 | Using the djangotrunk execute:
|
---|
[6340] | 14 | $ ./bin/django graph_models exodus > exodusmodels.dot
|
---|
[6451] | 15 | Export to pdf:
|
---|
| 16 | dot -Tpdf exodusmodels.dot > exodusmodels.pdf
|
---|
[6202] | 17 |
|
---|
[6229] | 18 | = Debug Django =
|
---|
| 19 |
|
---|
| 20 | Using werkzeug:
|
---|
[6340] | 21 | $ ./bin/django runserver_plus
|
---|
Note:
See
TracBrowser
for help on using the repository browser.