Metadata-Version: 2.1
Name: django-migration-docs
Version: 1.0.0
Summary: Sync and validate additional information about your Django migrations.
Home-page: https://github.com/jyveapp/django-migration-docs
License: BSD-3-Clause
Author: Juliana de Heer
Requires-Python: >=3.6,<4
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: django (>=2)
Requires-Dist: formaldict (>=1.0.0,<2.0.0)
Requires-Dist: jinja2 (>=2.10.3,<3.0.0)
Requires-Dist: pyyaml (>=5.3,<6.0)
Project-URL: Documentation, https://django-migration-docs.readthedocs.io
Project-URL: Repository, https://github.com/jyveapp/django-migration-docs
Description-Content-Type: text/x-rst

django-migration-docs
########################################################################

Documentation
=============

`View the django-migration-docs docs here
<https://django-migration-docs.readthedocs.io/>`_.

Installation
============

Install django-migration-docs with::

    pip3 install django-migration-docs

After this, add ``migration_docs`` to the ``INSTALLED_APPS``
setting of your Django project.

Contributing Guide
==================

For information on setting up django-migration-docs for development and
contributing changes, view `CONTRIBUTING.rst <CONTRIBUTING.rst>`_.


Primary Authors
===============

- @juemura (Juliana de Heer)
- @wesleykendall (Wes Kendall)
- @tomage (Tómas Árni Jónasson)

