文件名称:django-migrations-graph:Django-admin命令以显示具有依赖项的迁移
文件大小:73KB
文件格式:ZIP
更新时间:2024-05-18 15:28:00
python django migrations Python
django-migrations-graph
Django-admin命令来显示带有依赖项的迁移。
文献资料
要求
Python 2.7、3.4+
Django 1.8以上
快速开始
安装django-migrations-graph:
pip install django-migrations-graph
将其添加到您的INSTALLED_APPS:
INSTALLED_APPS = (
...
' migraph ',
...
)
截屏
运行测试
该代码实际有效吗?
source
【文件预览】:
django-migrations-graph-master
----MANIFEST.in(130B)
----README.rst(1KB)
----.github()
--------ISSUE_TEMPLATE.md(352B)
----manage.py(329B)
----migraph()
--------apps.py(109B)
--------__init__.py(22B)
--------management()
----foo()
--------apps.py(81B)
--------migrations()
--------admin.py(63B)
--------__init__.py(0B)
----requirements.txt(12B)
----requirements_test.txt(68B)
----AUTHORS.rst(161B)
----.travis.yml(718B)
----tox.ini(549B)
----LICENSE(1KB)
----requirements_dev.txt(71B)
----setup.cfg(275B)
----screenshot.png(58KB)
----setup.py(2KB)
----Makefile(1KB)
----bar()
--------apps.py(81B)
--------migrations()
--------admin.py(63B)
--------__init__.py(0B)
----.editorconfig(331B)
----tests()
--------settings.py(526B)
--------__init__.py(0B)
--------test_migration_dependencies_command.py(3KB)
----.gitignore(418B)
----runtests.py(575B)
----.coveragerc(160B)