调试修改部分参数

This commit is contained in:
virusdefender 2015-08-31 18:37:38 +08:00
parent 41a71bafcb
commit c528ab11fa
2 changed files with 2 additions and 5 deletions

View File

@ -16,9 +16,9 @@ docker_config = {
# 测试用例的路径,是主机上的实际路径
test_case_dir = "/root/test_case/"
test_case_dir = "/var/mnt/source//test_case/"
# 源代码路径,也就是 manage.py 所在的实际路径
source_code_dir = "/root/OnlineJudge/"
source_code_dir = "/var/mnt/source/OnlineJudge/"
# 存储提交信息的数据库,是 celery 使用的,与 oj.settings/local_settings 等区分,那是 web 服务器访问的地址

View File

@ -31,6 +31,3 @@ DEBUG = True
TEST_CASE_DIR = os.path.join(BASE_DIR, 'test_case/')
ALLOWED_HOSTS = []
ALLOWED_HOSTS = []