feat(devops): add temp application for feature flag client

ref: #675 #575
This commit is contained in:
2025-03-13 19:39:29 +09:30
parent aa77c69ed7
commit 1d9580f14b
4 changed files with 6 additions and 0 deletions

View File

View File

@ -0,0 +1,6 @@
from django.apps import AppConfig
class CenturionFeatureFlagConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'centurion_feature_flag'