Skip to content

Instantly share code, notes, and snippets.

@jehutymax
Created June 3, 2016 12:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jehutymax/9467f6f5fcd56042eca0a2e30d06c7fa to your computer and use it in GitHub Desktop.
Save jehutymax/9467f6f5fcd56042eca0a2e30d06c7fa to your computer and use it in GitHub Desktop.
## 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