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

View File

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