Skip to content

Commit

Permalink
Do not get django flags from database (#15794)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanCoding authored Jan 30, 2025
1 parent 6b24590 commit d6ae056
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions awx/settings/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -1062,3 +1062,5 @@

# feature flags
FLAGS = {'FEATURE_INDIRECT_NODE_COUNTING_ENABLED': [{'condition': 'boolean', 'value': False}]}

FLAG_SOURCES = ('flags.sources.SettingsFlagsSource',)

0 comments on commit d6ae056

Please sign in to comment.