Skip to content

Latest commit

 

History

History
75 lines (49 loc) · 1.48 KB

README.rst

File metadata and controls

75 lines (49 loc) · 1.48 KB

django-migrations-graph

https://travis-ci.org/dizballanze/django-migrations-graph.svg?branch=master

Django-admin command to display migrations with dependencies.

Documentation

Requirements

  • Python 2.7, 3.4+
  • Django 1.8+

Quickstart

Install django-migrations-graph:

pip install django-migrations-graph

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'migraph',
    ...
)

Screenshot

screenshot.png

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package:

License

MIT