1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-22 03:16:34 +00:00
Files
seahub/organizations/settings.py

4 lines
108 B
Python
Raw Normal View History

2012-07-26 17:08:31 +08:00
from django.conf import settings
ORG_CACHE_PREFIX = getattr(settings, 'ORG_CACHE_PREFIX', 'ORGANIZATION_')