regluit/docs/how_to.md

7 lines
250 B
Markdown

# Generating graph_models
Assuming you have `dot` installed (graphviz)
workon regluit; python manage.py graph_models --settings=regluit.settings.me core > docs/core_db_schema.dot
dot -Tpng docs/core_db_schema.dot > docs/core_db_schema.png