Merge pull request #252 from taigaio/refactor/remove-obsolete-settings

Remove obsolete settings variables
remotes/origin/enhancement/email-actions
David Barragán Merino 2015-02-10 19:49:28 +01:00
commit dd5cff35cf
1 changed files with 0 additions and 7 deletions

View File

@ -282,13 +282,6 @@ AUTHENTICATION_BACKENDS = (
MAX_AGE_AUTH_TOKEN = None
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 = {
"DEFAULT_AUTHENTICATION_CLASSES": (
# Mainly used by taiga-front