mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
silence Django19 warnings in ui views
This commit is contained in:
parent
3006e357f6
commit
29ce7b3684
@ -16,6 +16,7 @@ index = IndexView.as_view()
|
||||
|
||||
class PortalRedirectView(RedirectView):
|
||||
|
||||
permanent = True
|
||||
url = '/#/portal'
|
||||
|
||||
portal_redirect = PortalRedirectView.as_view()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user