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

Move some arguments place

This commit is contained in:
zhengxie
2013-01-05 20:43:59 +08:00
parent 53c5e72206
commit 5d00018c21

View File

@@ -202,9 +202,6 @@ SERVE_STATIC = True
# Enalbe or disalbe registration on web.
ENABLE_SIGNUP = False
LOGIN_URL = SITE_ROOT + 'accounts/login'
SEAFILE_VERSION = '1.4'
# Logging
LOGGING = {
@@ -293,3 +290,8 @@ else:
# Remove install_topdir from path
sys.path.pop(0)
SEAFILE_VERSION = '1.4'
# Put here after loading other settings files if `SITE_ROOT` is modified in
# other settings files.
LOGIN_URL = SITE_ROOT + 'accounts/login'