mirror of
https://github.com/ansible/awx.git
synced 2026-03-20 02:17:37 -02:30
Add /login convenience URL
This commit is contained in:
@@ -9,6 +9,7 @@ from awx.main.views import (
|
||||
handle_404,
|
||||
handle_500,
|
||||
handle_csp_violation,
|
||||
handle_login_redirect,
|
||||
)
|
||||
|
||||
|
||||
@@ -22,6 +23,7 @@ urlpatterns = [
|
||||
url(r'^(?:api/)?404.html$', handle_404),
|
||||
url(r'^(?:api/)?500.html$', handle_500),
|
||||
url(r'^csp-violation/', handle_csp_violation),
|
||||
url(r'^login/', handle_login_redirect),
|
||||
]
|
||||
|
||||
if settings.SETTINGS_MODULE == 'awx.settings.development':
|
||||
|
||||
Reference in New Issue
Block a user