Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dizballanze/django-migrations-graph
Django-admin command to display migrations with dependencies.
https://github.com/dizballanze/django-migrations-graph
django migrations python
Last synced: 12 days ago
JSON representation
Django-admin command to display migrations with dependencies.
- Host: GitHub
- URL: https://github.com/dizballanze/django-migrations-graph
- Owner: dizballanze
- License: mit
- Created: 2017-05-10T14:10:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T20:29:46.000Z (almost 2 years ago)
- Last Synced: 2024-10-13T09:17:45.966Z (26 days ago)
- Topics: django, migrations, python
- Language: Python
- Size: 76.2 KB
- Stars: 48
- Watchers: 6
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-django - django-migrations-graph - Django-admin command to display migrations with dependencies. (Migrations)
README
=============================
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.. image:: https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg
:target: https://saythanks.io/to/dizballanzeDjango-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`:
.. code-block:: python
INSTALLED_APPS = (
...
'migraph',
...
)Screenshot
--------.. image:: screenshot.png
Running Tests
-------------Does the code actually work?
::
source /bin/activate
(myenv) $ pip install tox
(myenv) $ toxCredits
-------Tools used in rendering this package:
* Cookiecutter_
* `cookiecutter-djangopackage`_.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackageLicense
-----MIT