Created
April 13, 2013 21:44
-
-
Save perrygeo/5380196 to your computer and use it in GitHub Desktop.
Generate UML diagram of django app models
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
these steps worked for me on ubuntu 20.04