From 869f3eff467b325654f8ee04afe855c575827983 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 22 Jun 2016 15:11:33 +0200 Subject: [PATCH] debian: don't set REST_FRAMEWORK (already done by hobo) --- debian/settings.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/debian/settings.py b/debian/settings.py index 01059a98..a1dac063 100644 --- a/debian/settings.py +++ b/debian/settings.py @@ -54,7 +54,4 @@ TIME_ZONE = 'Europe/Paris' # CSRF_COOKIE_SECURE = True # SESSION_COOKIE_SECURE = True -REST_FRAMEWORK = { - 'DEFAULT_AUTHENTICATION_CLASSES': ('hobo.rest_authentication.PublikAuthentication',) -} HOBO_ANONYMOUS_SERVICE_USER_CLASS = 'hobo.rest_authentication.AnonymousAdminServiceUser'