diff --git a/.gitignore b/.gitignore index 1fbe8ef2..31d22157 100644 --- a/.gitignore +++ b/.gitignore @@ -61,4 +61,5 @@ static/release/img static/src/upload_image/* build.txt tmp/ -test_case/ \ No newline at end of file +test_case/ +release/ \ No newline at end of file diff --git a/oj/local_settings.py b/oj/local_settings.py index 51e9095e..e61ec9c7 100644 --- a/oj/local_settings.py +++ b/oj/local_settings.py @@ -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 = [] diff --git a/template/src/oj/index.html b/template/src/oj/index.html index c8c1d8f1..41f5d23a 100644 --- a/template/src/oj/index.html +++ b/template/src/oj/index.html @@ -5,7 +5,7 @@ 青岛大学在线评测平台 - 首页 - +