Re-parent DAB views from AWX base

This commit is contained in:
Alan Rominger
2024-03-21 14:45:41 -04:00
committed by Dave
parent bb323c5710
commit 30500e5a95

View File

@@ -1131,3 +1131,6 @@ include(settings_file)
# example if set to '' API pattern will be /api
# example if set to 'controller' API pattern will be /api AND /api/controller
OPTIONAL_API_URLPATTERN_PREFIX = ''
# Use AWX base view, to give 401 on unauthenticated requests
ANSIBLE_BASE_CUSTOM_VIEW_PARENT = 'awx.api.generics.APIView'