Do not get django flags from database (#15794) (#6820)

This commit is contained in:
Alan Rominger 2025-02-10 10:46:22 -05:00 committed by GitHub
parent 7017c28706
commit 63bb4d66ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1214,3 +1214,5 @@ SYSTEM_USERNAME = None
# feature flags
FLAGS = {}
FLAG_SOURCES = ('flags.sources.SettingsFlagsSource',)