mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-15 23:00:57 +00:00
Add seafile version, change 4GB to 2GB, and modify userinfo page
This commit is contained in:
@@ -74,7 +74,6 @@ ROOT_URLCONF = 'djblets.util.rooturl'
|
||||
|
||||
SITE_ROOT = '/'
|
||||
|
||||
|
||||
TEMPLATE_DIRS = (
|
||||
# Put strings here, like "/home/html/django_templates" or "C:/www/django/templates".
|
||||
# Always use forward slashes, even on Windows.
|
||||
@@ -89,6 +88,7 @@ TEMPLATE_CONTEXT_PROCESSORS = (
|
||||
'django.core.context_processors.media',
|
||||
'djblets.util.context_processors.siteRoot',
|
||||
'django.core.context_processors.request',
|
||||
'seahub.base.context_processors.version',
|
||||
)
|
||||
|
||||
|
||||
@@ -127,6 +127,8 @@ HTTP_SERVER_ROOT = "http://localhost:8082"
|
||||
# ccnet-applet address and port, used in repo download
|
||||
CCNET_APPLET_ROOT = "http://localhost:8081"
|
||||
|
||||
SEAFILE_VERSION = '0.9.2'
|
||||
|
||||
try:
|
||||
import local_settings
|
||||
except ImportError:
|
||||
|
Reference in New Issue
Block a user