From e6c9916a126b2361379123ae64c207f5edd93f9c Mon Sep 17 00:00:00 2001 From: virusdefender <1670873886@qq.com> Date: Sun, 13 Sep 2015 11:47:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=83=A8=E5=88=86=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- oj/local_settings.py | 2 +- template/src/oj/index.html | 2 +- template/src/oj_base.html | 4 ---- tools/static_md5.py | 30 +++++++++++++++++++----------- 5 files changed, 23 insertions(+), 18 deletions(-) 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 @@ 青岛大学在线评测平台 - 首页 - +