Django-admin command to display migrations with dependencies.
Project description
=============================
django-migrations-graph
=============================
.. image:: https://badge.fury.io/py/django-migrations-graph.svg
:target: https://badge.fury.io/py/django-migrations-graph
.. image:: https://travis-ci.org/dizballanze/django-migrations-graph.svg?branch=master
:target: https://travis-ci.org/dizballanze/django-migrations-graph
.. image:: https://codecov.io/gh/dizballanze/django-migrations-graph/branch/master/graph/badge.svg
:target: https://codecov.io/gh/dizballanze/django-migrations-graph
Django-admin command to display migrations with dependencies.
Documentation
-------------
Quickstart
----------
Install django-migrations-graph::
pip install django-migrations-graph
Add it to your `INSTALLED_APPS`:
.. code-block:: python
INSTALLED_APPS = (
...
'migraph',
...
)
Screenshot
--------
.. image:: 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:
* Cookiecutter_
* `cookiecutter-djangopackage`_
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage
License
-----
MIT
django-migrations-graph
=============================
.. image:: https://badge.fury.io/py/django-migrations-graph.svg
:target: https://badge.fury.io/py/django-migrations-graph
.. image:: https://travis-ci.org/dizballanze/django-migrations-graph.svg?branch=master
:target: https://travis-ci.org/dizballanze/django-migrations-graph
.. image:: https://codecov.io/gh/dizballanze/django-migrations-graph/branch/master/graph/badge.svg
:target: https://codecov.io/gh/dizballanze/django-migrations-graph
Django-admin command to display migrations with dependencies.
Documentation
-------------
Quickstart
----------
Install django-migrations-graph::
pip install django-migrations-graph
Add it to your `INSTALLED_APPS`:
.. code-block:: python
INSTALLED_APPS = (
...
'migraph',
...
)
Screenshot
--------
.. image:: 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:
* Cookiecutter_
* `cookiecutter-djangopackage`_
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage
License
-----
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-migrations-graph-0.1.1.tar.gz.
File metadata
- Download URL: django-migrations-graph-0.1.1.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6ac577a767ac6b3423d9dd234cc3910c20f164c3ec025b47c90e809eb0bfbc7
|
|
| MD5 |
b2611260a701184bb7a77635317851f0
|
|
| BLAKE2b-256 |
b1c4026090ae4159569c1b82b09d0530b173492c2daf7e6e38fd7a44015bf8e4
|
File details
Details for the file django_migrations_graph-0.1.1-py2.py3-none-any.whl.
File metadata
- Download URL: django_migrations_graph-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e29cd9105c8fab21897fa5d1f23687a7f6cfbcc557bfc64c024b9a9a5bbf706
|
|
| MD5 |
4cc23d37ad1dcf544329ca9f0406fd5a
|
|
| BLAKE2b-256 |
da19447d4fc49bc075cd7792d09896817da71d53c4b9b5c96c68ad5831c9f3a5
|