修改部分代码格式

This commit is contained in:
virusdefender
2015-09-13 11:47:12 +08:00
parent 34246f7345
commit e6c9916a12
5 changed files with 23 additions and 18 deletions

View File

@@ -34,7 +34,7 @@ REDIS_CACHE = {
DEBUG = True
# 同理 这是 web 服务器的上传路径
TEST_CASE_DIR = os.path.join(BASE_DIR, 'test_case/')
TEST_CASE_DIR = os.path.join(BASE_DIR, 'test_case/')
ALLOWED_HOSTS = []