feat(flags): added feature flags business and presentation logic

This commit is contained in:
ITQ
2026-02-14 10:59:04 +03:00
parent d4a3876147
commit 10c0ba01db
15 changed files with 1148 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
from django.apps import AppConfig
class FlagsConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "apps.flags"