修改/oj/local_settings.py中的test_case上传路径,修复测试用例存储错误的bug

This commit is contained in:
esp
2015-08-17 09:46:44 +08:00
parent 3f76df3079
commit 3226727703

View File

@@ -27,4 +27,4 @@ MONGODB = {
DEBUG = True
# 同理 这是 web 服务器的上传路径
TEST_CASE_DIR = os.path.join(BASE_DIR, 'test_case')
TEST_CASE_DIR = os.path.join(BASE_DIR, 'test_case/')