From 989d50f8dfe1f228e507fcecfa20bbea4f3c6241 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:12:34 +0200 Subject: [PATCH] debian: remove HOBO_ANONYMOUS_SERVICE_USER_CLASS (ditto) --- debian/settings.py | 2 -- 1 file changed, 2 deletions(-) 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'