Skip to content

Django-admin command to display migrations with dependencies.

License

Notifications You must be signed in to change notification settings

C-Hipple/django-migrations-graph

 
 

Repository files navigation

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

About

Django-admin command to display migrations with dependencies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 88.7%
  • Makefile 11.3%