1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-06 17:33:18 +00:00

Add new repo_file_get file and clean settings.py.

This commit is contained in:
xiez
2012-07-19 11:30:12 +08:00
parent 6eddec46ae
commit ea1b664541
8 changed files with 43 additions and 66 deletions

View File

@@ -1,3 +1,3 @@
from django.conf import settings
NOTIFICATION_CACHE_TIMEOUT = getattr(settings, 'NOTIFICATION_CACHE_TIMEOUT', 24*60*60)
NOTIFICATION_CACHE_TIMEOUT = getattr(settings, 'NOTIFICATION_CACHE_TIMEOUT', 0)