See in parent repo: https://github.com/oc7o/OctopusInterface
pip install django-extensions
- Add
django_extensions
toINSTALLED_APPS
insettings.py
- (Mac OS):
brew install graphviz
python manage.py graph_models -a --dot -o myapp_models.dot
dot -Tpng myapp_models.dot -omyapp_models.png