{"id":25596657,"url":"https://github.com/thulasi-ram/django-feature-toggle","last_synced_at":"2025-04-13T02:16:34.430Z","repository":{"id":57420038,"uuid":"104188594","full_name":"thulasi-ram/django-feature-toggle","owner":"thulasi-ram","description":"Feature Toggle implementation as a pluggable django app. Supports SimpleToggle, TimeBombToggle ways to manage release of new features that can be easily toggled on / off.","archived":false,"fork":false,"pushed_at":"2021-11-11T09:34:24.000Z","size":1853,"stargazers_count":8,"open_issues_count":5,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T19:51:17.657Z","etag":null,"topics":["django","feature","feature-toggles","python","switch","toggles"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thulasi-ram.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-09-20T08:34:11.000Z","updated_at":"2024-04-30T16:33:30.000Z","dependencies_parsed_at":"2022-09-01T21:50:25.993Z","dependency_job_id":null,"html_url":"https://github.com/thulasi-ram/django-feature-toggle","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thulasi-ram%2Fdjango-feature-toggle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thulasi-ram%2Fdjango-feature-toggle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thulasi-ram%2Fdjango-feature-toggle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thulasi-ram%2Fdjango-feature-toggle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thulasi-ram","download_url":"https://codeload.github.com/thulasi-ram/django-feature-toggle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248519556,"owners_count":21117761,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["django","feature","feature-toggles","python","switch","toggles"],"created_at":"2025-02-21T12:25:56.941Z","updated_at":"2025-04-13T02:16:34.400Z","avatar_url":"https://github.com/thulasi-ram.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"==============\nFeature Toggle\n==============\n\nFeature Toggle is a simple Django app based on the behavioural pattern `Feature Toggle \u003chttps://martinfowler.com/articles/feature-toggles.html\u003e`_ proposed by Martin Fowler.\n\nQuick links\n===========\n    PyPi: `https://pypi.org/project/django-feature-toggle/ \u003chttps://pypi.org/project/django-feature-toggle/\u003e`_\n\n\n    Source: `https://github.com/thulasi-ram/django-feature-toggle \u003chttps://github.com/thulasi-ram/django-feature-toggle\u003e`_\n\n\n    Docs: `https://django-feature-toggle.readthedocs.io/en/latest/ \u003chttps://django-feature-toggle.readthedocs.io/en/latest/\u003e`_\n\n\n\nQuick start\n===========\n1. Install the package ``pip install django-feature-toggle``\n\n2. Add \"feature_toggle\" to your INSTALLED_APPS setting like this::\n\n    INSTALLED_APPS = [\n        ...\n        'feature_toggle',\n    ]\n\n3. Run ``python manage.py migrate`` to create the models required feature_toggle.\n\n4. Start your app to use the feature_toggle.\n\n\nQuick Setup\n===========\n\nFor people intrested in contributing:\n\n1. Make a virtual environment\n2. run ``python setup.py install`` or ``python3 setup.py install``\n3. run ``pip install -r requirements.txt`` or ``pip3 install -r requirements.txt``\n4. Make your changes and run tests by doing steps ``5`` and ``6``\n5. ``git checkout py2_django_app`` and run ``python manage.py test`` make sure you have python 2 in your environment\n6. ``git checkout py3_django_app`` and run ``python3 manage.py test`` make sure you have python 3 in your environment\n7. ``5`` and ``6`` will be mitigated in the near future by tox or by using travis.\n\n\nGenerating Docs\n===============\nHandled by: https://readthedocs.org/projects/django-feature-toggle\n\n\nLegacy\n1. cd to ``docs\\``\n2. run ``make custom-gh-pages``\n3. The current state of docs is a mix of ``gh-pages`` and ``wiki``\n4. Docs are generated using sphinx. Generates files read from ``index.rst`` to ``_build`` directory.\n5. ``make custom-gh-pages`` custom command copies ``_build`` to ``gh-pages`` directory and commits it which is used by github docs.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthulasi-ram%2Fdjango-feature-toggle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthulasi-ram%2Fdjango-feature-toggle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthulasi-ram%2Fdjango-feature-toggle/lists"}