mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 00:08:44 -03:30
Merge pull request #4596 from AlanCoding/silence
Silence Django19 warnings in ui views.py
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