All Projects β†’ dizballanze β†’ Django Migrations Graph

dizballanze / Django Migrations Graph

Licence: mit
Django-admin command to display migrations with dependencies.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Django Migrations Graph

Django Migration Linter
πŸš€ Detect backward incompatible migrations for your django project
Stars: ✭ 231 (+402.17%)
Mutual labels:  migrations, django
Django Swappable Models
Swapper - The unofficial Django swappable models API.
Stars: ✭ 169 (+267.39%)
Mutual labels:  migrations, django
Ponee
A lightweight Django template ready for Heroku
Stars: ✭ 41 (-10.87%)
Mutual labels:  django
Babybuddy
A πŸ‘Ά buddy to help caregivers track sleep, feedings, diaper changes, and tummy time to learn about and predict baby's needs without (as much) guess work.
Stars: ✭ 1,021 (+2119.57%)
Mutual labels:  django
Sublimall Server
Server behind Sublimall SublimeText plugin
Stars: ✭ 43 (-6.52%)
Mutual labels:  django
Django Databrowse
Databrowse is a Django application that lets you browse your data.
Stars: ✭ 41 (-10.87%)
Mutual labels:  django
Freeipa Password Reset
Self-service password reset app for FreeIPA
Stars: ✭ 44 (-4.35%)
Mutual labels:  django
Pyexcel Io
One interface to read and write the data in various excel formats, import the data into and export the data from databases
Stars: ✭ 40 (-13.04%)
Mutual labels:  django
Django Admin Numeric Filter
Numeric filters for Django admin
Stars: ✭ 46 (+0%)
Mutual labels:  django
Django Music Streaming App
Simple Music Stream App
Stars: ✭ 43 (-6.52%)
Mutual labels:  django
Django Dynamic Scraper
Creating Scrapy scrapers via the Django admin interface
Stars: ✭ 1,024 (+2126.09%)
Mutual labels:  django
Django Preserialize
Convert your model instances and querysets into dicts and list with style.
Stars: ✭ 42 (-8.7%)
Mutual labels:  django
Cmdb
cmdb saltstack
Stars: ✭ 1,013 (+2102.17%)
Mutual labels:  django
Django Chinese Doc
DjangoδΈ­ζ–‡ζ–‡ζ‘£
Stars: ✭ 44 (-4.35%)
Mutual labels:  django
Marsha
🎬 A self-hosted opensource LTI video provider
Stars: ✭ 41 (-10.87%)
Mutual labels:  django
Django Rest Pandas
πŸ“ŠπŸ“ˆ Serves up Pandas dataframes via the Django REST Framework for use in client-side (i.e. d3.js) visualizations and offline analysis (e.g. Excel)
Stars: ✭ 1,030 (+2139.13%)
Mutual labels:  django
Django Rest Apis
Sample Django App using Twitter Sign in (OAuth) and REST APIs.
Stars: ✭ 40 (-13.04%)
Mutual labels:  django
Planetpython telegrambot
Django App Planet Python Telegram Bot
Stars: ✭ 42 (-8.7%)
Mutual labels:  django
Examonline
εœ¨ηΊΏθ€ƒθ―•η³»η»ŸπŸ˜ˆ
Stars: ✭ 44 (-4.35%)
Mutual labels:  django
Simple S3 Setup
Code examples used in the post "How to Setup Amazon S3 in a Django Project"
Stars: ✭ 46 (+0%)
Mutual labels:  django

============================= 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/dizballanze

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:

.. 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].