From a0613e0a756621c58d46df26eeab33f65e1283fe Mon Sep 17 00:00:00 2001 From: virusdefender <1670873886@qq.com> Date: Fri, 14 Aug 2015 10:36:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=20mongodb=20=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E5=86=99=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oj/local_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oj/local_settings.py b/oj/local_settings.py index 7a7249c..2112566 100644 --- a/oj/local_settings.py +++ b/oj/local_settings.py @@ -16,7 +16,7 @@ DATABASES = { } } -mongodb_setting = { +MONGODB = { 'HOST': '127.0.0.1', 'USERNAME': 'root', 'PASSWORD': 'root',