silence Django19 warnings in ui views

This commit is contained in:
AlanCoding 2017-01-06 07:55:59 -05:00
parent 3006e357f6
commit 29ce7b3684

View File

@ -16,6 +16,7 @@ index = IndexView.as_view()
class PortalRedirectView(RedirectView):
permanent = True
url = '/#/portal'
portal_redirect = PortalRedirectView.as_view()