From b418d913269d7773b4480ada59ab75f5fa65f2e9 Mon Sep 17 00:00:00 2001 From: virusdefender <1670873886@qq.com> Date: Tue, 13 Oct 2015 09:07:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E7=BD=91=E7=AB=99=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E6=94=BE=E5=85=A5=20settings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oj/settings.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/oj/settings.py b/oj/settings.py index 849885c..dd437a9 100644 --- a/oj/settings.py +++ b/oj/settings.py @@ -181,4 +181,8 @@ DATABASE_ROUTERS = ['oj.db_router.DBRouter'] TEST_CASE_DIR = os.path.join(BASE_DIR, 'test_case/') -IMAGE_UPLOAD_DIR = os.path.join(BASE_DIR, 'upload/') \ No newline at end of file +IMAGE_UPLOAD_DIR = os.path.join(BASE_DIR, 'upload/') + +WEBSITE_INFO = {"website_name": "qduoj", + "website_footer": u"青岛大学信息工程学院 创新实验室", + "url": "https://qduoj.com"}