1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-07-14 07:24:58 +00:00
seahub/group/settings.py

4 lines
121 B
Python
Raw Normal View History

2013-01-04 12:11:57 +00:00
from django.conf import settings
2012-07-11 07:13:59 +00:00
2013-01-04 12:11:57 +00:00
GROUP_MEMBERS_DEFAULT_DISPLAY = getattr(settings, 'GROUP_MEMBERS_DEFAULT_DISPLAY', 10)