Skip to content

Instantly share code, notes, and snippets.

@Averroes
Forked from perrygeo/django_model_graph.sh
Created April 21, 2016 09:20
Show Gist options
  • Save Averroes/f6ae6b4a3a9cab7462d8212792a27767 to your computer and use it in GitHub Desktop.
Save Averroes/f6ae6b4a3a9cab7462d8212792a27767 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