跳转到主要内容

Django-admin命令,用于显示具有依赖关系的迁移。

项目描述

=============================
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命令,用于显示具有依赖关系的迁移。

文档
-------------


快速入门
----------

安装django-migrations-graph:

pip install django-migrations-graph

将其添加到您的 `INSTALLED_APPS`

.. code-block:: python

INSTALLED_APPS = (
...
'migraph',
...
)

截图
--------

.. image:: screenshot.png

运行测试
-------------

代码是否真的工作?

::

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

致谢
-------

渲染此包使用的工具

* Cookiecutter_
* `cookiecutter-djangopackage`_

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage

许可证
-----

MIT

项目详情


下载文件

下载适用于您平台的文件。如果您不确定选择哪一个,请了解有关安装包的更多信息。

源分布

django-migrations-graph-0.1.1.tar.gz (4.4 kB 查看哈希值)

上传时间

构建分布

django_migrations_graph-0.1.1-py2.py3-none-any.whl (5.2 kB 查看哈希值)

上传时间 Python 2 Python 3

支持