mirror of
https://github.com/ansible/awx.git
synced 2026-03-24 20:35:02 -02:30
feat: enable django flags support (#15660)
* feat: enable django flags support * add django flags license * re-run updater script
This commit is contained in:
@@ -312,6 +312,7 @@ TEMPLATES = [
|
||||
'django.template.context_processors.static',
|
||||
'django.template.context_processors.tz',
|
||||
'django.contrib.messages.context_processors.messages',
|
||||
'django.template.context_processors.request',
|
||||
'awx.ui.context_processors.csp',
|
||||
'awx.ui.context_processors.version',
|
||||
],
|
||||
@@ -357,6 +358,7 @@ INSTALLED_APPS = [
|
||||
'ansible_base.jwt_consumer',
|
||||
'ansible_base.resource_registry',
|
||||
'ansible_base.rbac',
|
||||
'flags',
|
||||
]
|
||||
|
||||
|
||||
@@ -1052,3 +1054,6 @@ ANSIBLE_BASE_ALLOW_SINGLETON_ROLES_API = False # Do not allow creating user-def
|
||||
|
||||
# system username for django-ansible-base
|
||||
SYSTEM_USERNAME = None
|
||||
|
||||
# feature flags
|
||||
FLAGS = {}
|
||||
|
||||
Reference in New Issue
Block a user