mirror of
https://github.com/haiwen/seahub.git
synced 2025-06-25 06:33:47 +00:00
4 lines
121 B
Python
4 lines
121 B
Python
from django.conf import settings
|
|
|
|
GROUP_MEMBERS_DEFAULT_DISPLAY = getattr(settings, 'GROUP_MEMBERS_DEFAULT_DISPLAY', 10)
|