Created
June 3, 2016 12:09
-
-
Save campos-rafael/9467f6f5fcd56042eca0a2e30d06c7fa 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
## This is very Mac-specific, but there are other ways of obtaining the same package | |
brew install graphviz | |
pip install pygraphviz | |
## django-cookiecutter ships with 'django_extensions' | |
## if not being used, do it manually by | |
pip install django-extensions | |
## and in the settings.py config file of your django app, | |
## 'django_extensions' has to be added. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment