mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 10:30:03 -03:30
Merge pull request #4596 from AlanCoding/silence
Silence Django19 warnings in ui views.py
This commit is contained in:
commit
5ca4eb06c3
@ -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