{"categories":[{"label":"Application Frameworks","url":"https://skillfed.io/packages/category/software-development-libraries-application-frameworks/3"}],"enrichment":{"capability":"Django-Flags provides a feature flag system for Django projects, allowing you to toggle functionality on and off in code and templates based on configurable conditions like dates, users, or URL values.","skillfed_tags":["feature-flags","django-middleware","a-b-testing"],"use_cases":["Stage feature rollouts gradually to users by enabling a flag for a percentage of traffic or specific user groups.","Run A/B tests by toggling different code paths for different user segments based on flag conditions.","Disable problematic features in production without redeploying by flipping a flag in the admin interface.","Test new functionality in production with a small set of users before full release.","Manage time-limited features or promotions that activate on specific dates."],"what_it_does":"Django-Flags is a feature flag system that lets you control feature availability in Django applications without redeploying code. You define flags in Django settings or the admin interface and toggle them based on conditions\u2014date ranges, specific users, URL parameters, or custom logic\u2014to stage rollouts, run A/B tests, or gate experimental features.\n\nThe package integrates directly into Django's template system and Python code, so you can wrap features in conditional blocks that check flag state at runtime. Flags are editable through Django's admin interface, making it possible for non-developers to manage feature availability. It requires Python 3.10+ and Django 4.2+, and has no additional runtime dependencies beyond Django itself.","worth_installing":"Yes. Django-Flags is actively maintained, has no security vulnerabilities, minimal install friction, and solves a common need in Django projects. The permissive CC0-1.0 license removes any legal friction. Install it if you need runtime control over feature availability without redeployment."},"id":"django-flags","links":{"html":"https://skillfed.io/packages/django-flags","md":"https://skillfed.io/packages/django-flags.md","pypi":"https://pypi.org/project/django-flags/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-02-10","license_spdx":"CC0-1.0","license_treatment":"permissive","name":"django-flags","python_support":"supports_current","summary":"Feature flags for Django projects"},"popularity":{"monthly_downloads":309132,"position":7760,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"5.2.0"}
