修改/oj/local_settings.py中的test_case上传路径,修复测试用例存储错误的bug
This commit is contained in:
@@ -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/')
|
||||
|
||||
Reference in New Issue
Block a user