Skip to content

Instantly share code, notes, and snippets.

@caot
Forked from perrygeo/django_model_graph.sh
Created November 12, 2018 20:22
Show Gist options
  • Save caot/c8292fb1526bffe3a563fed48406cfa4 to your computer and use it in GitHub Desktop.
Save caot/c8292fb1526bffe3a563fed48406cfa4 to your computer and use it in GitHub Desktop.
Generate UML diagram of django app models
apt-get install python-pygraphviz
pip install django-extensions
# add 'django_extensions' to INSTALLED_APPS in settings.py
python manage.py graph_models trees -o test.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment