Skip to content

Commit

Permalink
ci?
Browse files Browse the repository at this point in the history
  • Loading branch information
rochacbruno committed Feb 4, 2025
1 parent 8259bfb commit 547cba5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 5 additions & 1 deletion galaxy_ng/app/dynaconf_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,11 @@ def alter_hostname_settings(

def configure_dab_required_settings(settings: Dynaconf) -> dict[str, Any]:
dab_settings = get_dab_settings(
installed_apps=settings.INSTALLED_APPS,
installed_apps=[
*settings.INSTALLED_APPS,
'ansible_base.jwt_consumer',
'ansible_base.feature_flags',
],
rest_framework=settings.REST_FRAMEWORK,
spectacular_settings=settings.SPECTACULAR_SETTINGS,
authentication_backends=settings.AUTHENTICATION_BACKENDS,
Expand Down
2 changes: 0 additions & 2 deletions galaxy_ng/app/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@
'crum',
'ansible_base.resource_registry',
'ansible_base.rbac',
'ansible_base.jwt_consumer',
'ansible_base.feature_flags',
'social_django',
'dynaconf_merge_unique',
]
Expand Down

0 comments on commit 547cba5

Please sign in to comment.