Commit 100efd00 authored by Mario Chirinos's avatar Mario Chirinos

status page

parent 089f3e88
......@@ -23,7 +23,7 @@ class AuthRequiredMiddleware(object):
if "/catalog/api/" in request.path_info:
return response
if request.path_info == reverse('ws-news-list2') or request.path_info == reverse('signup'):
if request.path_info == reverse('ws-news-list2') or request.path_info == reverse('signup') or request.path_info == reverse('status'):
return response
if not request.user.is_authenticated and request.path_info != reverse('login'):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment