diff --git a/debian/settings.py b/debian/settings.py index a1dac063..7a862ca7 100644 --- a/debian/settings.py +++ b/debian/settings.py @@ -53,5 +53,3 @@ TIME_ZONE = 'Europe/Paris' # HTTPS Security # CSRF_COOKIE_SECURE = True # SESSION_COOKIE_SECURE = True - -HOBO_ANONYMOUS_SERVICE_USER_CLASS = 'hobo.rest_authentication.AnonymousAdminServiceUser'