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'