debian: remove HOBO_ANONYMOUS_SERVICE_USER_CLASS (ditto)

This commit is contained in:
Frédéric Péters 2016-06-22 15:12:34 +02:00
parent 869f3eff46
commit 989d50f8df
1 changed files with 0 additions and 2 deletions

2
debian/settings.py vendored
View File

@ -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'