Add API documentation to the login excempt list.

This commit is contained in:
Roberto Rosario
2015-09-28 03:48:18 -04:00
parent 5820ae68c2
commit a7012b3f6b

View File

@@ -235,6 +235,7 @@ LOGIN_EXEMPT_URLS = (
r'^authentication/password/reset/done/$',
r'^api/',
r'^docs/',
)
# ---------- Django REST framework -----------
REST_FRAMEWORK = {