django-flags:Django项目的功能标志

时间:2024-02-25 14:22:21
【文件属性】:

文件名称:django-flags:Django项目的功能标志

文件大小:259KB

文件格式:ZIP

更新时间:2024-02-25 14:22:21

python django feature-flags feature-toggles hacktoberfest

Django标记 功能标志允许您根据可配置的条件在Django代码和Django模板中切换功能。 标志对于登台功能部署,A / B测试或在您需要对代码块使用开/关开关的任何时间都非常有用。 可以按日期,用户,URL值或许多进行切换,可在管理员中编辑或在设置中定义。 依存关系 Python 3.6+ Django 2.2-3.1 安装 安装Django-Flags: pip install django-flags 在Django settings.py中将flags添加为已安装的应用程序: INSTALLED_APPS = ( ... ' flags ', .


【文件预览】:
django-flags-main
----MANIFEST.in(56B)
----flags()
--------panels.py(2KB)
--------apps.py(160B)
--------urls.py(5KB)
--------jinja2tags.py(504B)
--------migrations()
--------decorators.py(1KB)
--------middleware.py(390B)
--------state.py(1KB)
--------admin.py(223B)
--------__init__.py(52B)
--------models.py(716B)
--------conditions()
--------templatetags()
--------views.py(1KB)
--------sources.py(6KB)
--------forms.py(1KB)
--------tests()
--------templates()
--------checks.py(1KB)
----.github()
--------workflows()
----TERMS.md(2KB)
----CONTRIBUTING.md(2KB)
----mkdocs.yml(934B)
----tox.ini(1KB)
----LICENSE(7KB)
----setup.py(1KB)
----README.md(2KB)
----docs()
--------usage.md(2KB)
--------releasenotes.md(6KB)
--------settings.md(3KB)
--------index.md(3KB)
--------debugging.md(3KB)
--------images()
--------theme-overrides()
--------api()
--------css()
--------conditions.md(3KB)
----CODE_OF_CONDUCT.md(6KB)
----.gitignore(832B)
----pyproject.toml(287B)

网友评论