debian: don't set REST_FRAMEWORK (already done by hobo)

This commit is contained in:
Frédéric Péters 2016-06-22 15:11:33 +02:00
parent 7698397b43
commit 869f3eff46
1 changed files with 0 additions and 3 deletions

3
debian/settings.py vendored
View File

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