معرفی شرکت ها


django-flags-5.0.9


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Feature flags for Django projects
ویژگی مقدار
سیستم عامل -
نام فایل django-flags-5.0.9
نام django-flags
نسخه کتابخانه 5.0.9
نگهدارنده []
ایمیل نگهدارنده []
نویسنده CFPB
ایمیل نویسنده tech@cfpb.gov
آدرس صفحه اصلی https://github.com/cfpb/django-flags
آدرس اینترنتی https://pypi.org/project/django-flags/
مجوز CC0
# Django-Flags [![Build Status](https://github.com/cfpb/django-flags/workflows/test/badge.svg)](https://github.com/cfpb/django-flags/actions) [![Ethical open source](https://img.shields.io/badge/ethical-open-%23bb8c3c?labelColor=393162)](https://ethicalsource.dev/principles/) Feature flags allow you to toggle functionality in both Django code and the Django templates based on configurable conditions. Flags can be useful for staging feature deployments, for A/B testing, or for any time you need an on/off switch for blocks of code. The toggle can be by date, user, URL value, or a number of [other conditions](https://cfpb.github.io/django-flags/conditions/), editable in the admin or in definable in settings. - [Dependencies](#dependencies) - [Installation](#installation) - [Documentation](#documentation) - [Getting help](#getting-help) - [Getting involved](#getting-involved) - [Licensing](#licensing) - [Credits and references](#credits-and-references) ## Dependencies - Python 3.6+ - Django 2.2-4.0 ## Installation 1. Install Django-Flags: ```shell pip install django-flags ``` 2. Add `flags` as an installed app in your Django `settings.py`: ```python INSTALLED_APPS = ( ... 'flags', ... ) ``` ## Documentation https://cfpb.github.io/django-flags is the full documentation for Django-Flags, and includes how to get started, general usage, and an API reference. ## Getting help Please add issues to the [issue tracker](https://github.com/cfpb/django-flags/issues). ## Getting involved General instructions on _how_ to contribute can be found in [CONTRIBUTING](CONTRIBUTING.md). ## Licensing 1. [TERMS](TERMS.md) 2. [LICENSE](LICENSE) 3. [CFPB Source Code Policy](https://github.com/cfpb/source-code-policy/) ## Credits and references Django-Flags was forked from [Wagtail-Flags](https://github.com/cfpb/wagtail-flags), which was itself forked from [cfgov-refresh](https://github.com/cfpb/cfgov-refresh).


نیازمندی

مقدار نام
>=1.11 Django
>=0.17 mkdocs
>=0.0.11 mkdocs-rtd-dropdown
>=4.11 pymdown-extensions
>=3.7.0 coverage
<4,>=3.2 django-debug-toolbar
- jinja2


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl django-flags-5.0.9:

    pip install django-flags-5.0.9.whl


نصب پکیج tar.gz django-flags-5.0.9:

    pip install django-flags-5.0.9.tar.gz