1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-02 23:48:47 +00:00

Clean business group add

This commit is contained in:
xiez
2012-09-18 14:04:47 +08:00
parent 5d0fc681e8
commit 9c93e1a740
11 changed files with 140 additions and 105 deletions

View File

@@ -6,7 +6,11 @@ and returns a dictionary to add to the context.
These are referenced from the setting TEMPLATE_CONTEXT_PROCESSORS and used by
RequestContext.
"""
from settings import SEAFILE_VERSION, SEAHUB_TITLE, BUSINESS_MODE
from settings import SEAFILE_VERSION, SEAHUB_TITLE
try:
from settings import BUSINESS_MODE
except ImportError:
BUSINESS_MODE = False
def base(request):
"""