1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 23:20:51 +00:00

Modify repo history

This commit is contained in:
xiez
2012-07-05 19:29:56 +08:00
parent b9e5976f93
commit 7d24c7c204
4 changed files with 32 additions and 9 deletions

View File

@@ -207,7 +207,6 @@ HTTP_SERVER_ROOT = "http://localhost:8082"
# Seafile-applet address and port, used in repo download
CCNET_APPLET_ROOT = "http://localhost:13420"
SEAFILE_VERSION = '0.9.2'
SEAHUB_TITLE = 'SeaHub'
USE_SUBDOMAIN = False
@@ -234,3 +233,5 @@ else:
globals()[attr] = getattr(local_settings, attr)
LOGIN_URL = SITE_ROOT + 'accounts/login'
SEAFILE_VERSION = '0.9.4'