1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-02 07:27:04 +00:00

Add USE_ORG in settings.

NOTE: Org feature is not enabled by default, in order to use org, need set USE_ORG to True in settings or local_settings.
This commit is contained in:
xiez
2012-08-01 11:08:56 +08:00
parent 9881e80ea3
commit c5d80ee8e7
5 changed files with 25 additions and 11 deletions

View File

@@ -16,6 +16,6 @@ def base(request):
return {
'seafile_version': settings.SEAFILE_VERSION,
'seahub_title': settings.SEAHUB_TITLE,
'account_type': settings.ACCOUNT_TYPE,
# 'account_type': settings.ACCOUNT_TYPE,
}