Created
October 30, 2018 09:46
-
-
Save nelsonsequiera/4b3c198dbae6fca692b6b20e63e94341 to your computer and use it in GitHub Desktop.
packages to install to get django model graph
This file contains hidden or 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 update | |
apt-get install graphviz | |
apt-get install graphviz libgraphviz-dev graphviz-dev pkg-config | |
pip install pygraphviz | |
python manage.py graph_models --pygraphviz -a -g -o leads.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment