mirror of
https://github.com/haiwen/seahub.git
synced 2025-10-22 03:16:34 +00:00
4 lines
108 B
Python
4 lines
108 B
Python
![]() |
from django.conf import settings
|
||
|
|
||
|
ORG_CACHE_PREFIX = getattr(settings, 'ORG_CACHE_PREFIX', 'ORGANIZATION_')
|