Exclude root API and API doc URLs.

This commit is contained in:
Roberto Rosario
2016-03-14 04:15:13 -04:00
parent 3fa9092d57
commit 35cc0ea1d6
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -261,3 +261,5 @@ SWAGGER_SETTINGS = {
# ------ Timezone --------
TIMEZONE_COOKIE_NAME = 'django_timezone'
TIMEZONE_SESSION_KEY = 'django_timezone'
# ----- Stronghold -------
STRONGHOLD_PUBLIC_URLS = (r'^/docs/.+$',)