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

[Issue #47] Enable signup on seahub.

This commit is contained in:
zhengxie
2012-12-19 14:11:32 +08:00
parent d2b3668a64
commit e94670085b
4 changed files with 10 additions and 3 deletions

View File

@@ -194,6 +194,9 @@ SITE_NAME = 'Seafile'
# server.
SERVE_STATIC = True
# Enalbe or disalbe registration on web.
ENABLE_SIGNUP = False
try:
import local_settings
except ImportError: