Django-admin command to display migrations with dependencies.
- Python 2.7, 3.4+
- Django 1.8+
Install django-migrations-graph:
pip install django-migrations-graph
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'migraph',
...
)
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
Tools used in rendering this package:
MIT