Remove obsolete settings variables

remotes/origin/enhancement/email-actions
Jesús Espino 2015-02-10 18:36:39 +01:00 committed by David Barragán Merino
parent e14be84527
commit 26ba8e1a07
1 changed files with 0 additions and 7 deletions

View File

@ -282,13 +282,6 @@ AUTHENTICATION_BACKENDS = (
MAX_AGE_AUTH_TOKEN = None MAX_AGE_AUTH_TOKEN = None
MAX_AGE_CANCEL_ACCOUNT = 30 * 24 * 60 * 60 # 30 days in seconds MAX_AGE_CANCEL_ACCOUNT = 30 * 24 * 60 * 60 # 30 days in seconds
ANONYMOUS_USER_ID = -1
MAX_SEARCH_RESULTS = 100
# FIXME: this seems not be used by any module
API_LIMIT_PER_PAGE = 0
REST_FRAMEWORK = { REST_FRAMEWORK = {
"DEFAULT_AUTHENTICATION_CLASSES": ( "DEFAULT_AUTHENTICATION_CLASSES": (
# Mainly used by taiga-front # Mainly used by taiga-front