dizballanze / django-migrations-graph

Django-admin command to display migrations with dependencies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Python 88.5%Language:Makefile 11.5%