mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 23:46:05 -03:30
silence Django19 warnings in ui views
This commit is contained in:
@@ -16,6 +16,7 @@ index = IndexView.as_view()
|
||||
|
||||
class PortalRedirectView(RedirectView):
|
||||
|
||||
permanent = True
|
||||
url = '/#/portal'
|
||||
|
||||
portal_redirect = PortalRedirectView.as_view()
|
||||
|
||||
Reference in New Issue
Block a user