1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 07:41:26 +00:00

Add business groups

This commit is contained in:
xiez
2012-09-17 21:38:54 +08:00
parent ce04e5cb47
commit 00460468cb
12 changed files with 208 additions and 43 deletions

View File

@@ -202,6 +202,8 @@ SEAHUB_TITLE = 'SeaHub'
USE_SUBDOMAIN = False
BUSINESS_MODE = True
try:
import local_settings
except ImportError: