Skip to content

Commit

Permalink
Do not get django flags from database
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanCoding committed Jan 29, 2025
1 parent 6b24590 commit 6f1536f
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 6f1536f

Please sign in to comment.