Skip to content

Commit

Permalink
Merge pull request #252 from taigaio/refactor/remove-obsolete-settings
Browse files Browse the repository at this point in the history
Remove obsolete settings variables
  • Loading branch information
bameda committed Feb 10, 2015
2 parents e14be84 + 26ba8e1 commit dd5cff3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions settings/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd5cff3

Please sign in to comment.