Created
September 18, 2017 13:11
-
-
Save arferreira/f38cd81f541cbf8e45f47131d441eed8 to your computer and use it in GitHub Desktop.
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 install python-pygraphviz | |
pip install django-extensions | |
# lembrar de adicionar django_extensions ao installed_apps | |
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