1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 19:00:12 +00:00
Files
seahub/organizations/settings.py
2012-07-27 23:35:35 +08:00

4 lines
108 B
Python

from django.conf import settings
ORG_CACHE_PREFIX = getattr(settings, 'ORG_CACHE_PREFIX', 'ORGANIZATION_')