From 26ba8e1a07479da5a2a7174b04fed73a18422d47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Tue, 10 Feb 2015 18:36:39 +0100 Subject: [PATCH] Remove obsolete settings variables --- settings/common.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/settings/common.py b/settings/common.py index f6ec3a8ad..a8ea96cdc 100644 --- a/settings/common.py +++ b/settings/common.py @@ -282,13 +282,6 @@ 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