add ssl cert

This commit is contained in:
virusdefender
2017-11-25 12:30:00 +08:00
parent 6d08011e2d
commit cf40deb97c
8 changed files with 93 additions and 75 deletions

View File

@@ -113,7 +113,7 @@ STATIC_URL = '/storage/'
AUTH_USER_MODEL = 'account.User'
TEST_CASE_DIR = os.path.join(DATA_DIR, "testcase")
TEST_CASE_DIR = os.path.join(DATA_DIR, "test_case")
LOG_PATH = os.path.join(DATA_DIR, "log")
AVATAR_URI_PREFIX = "/public/avatar"