From 2102c06e775ed33de72c00243d329497d95bb225 Mon Sep 17 00:00:00 2001 From: jianbo <263303411@qq.com> Date: Mon, 19 Aug 2019 09:06:21 +0800 Subject: [PATCH] =?UTF-8?q?python=E5=AD=A6=E4=B9=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 58 ++++++++++++++++++++++-------------------- config/base_setting.py | 3 ++- 2 files changed, 33 insertions(+), 28 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index a937fbf..7878f47 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,9 +1,7 @@ - - - + @@ -549,7 +547,14 @@ \ No newline at end of file diff --git a/config/base_setting.py b/config/base_setting.py index 11e055b..e936b42 100644 --- a/config/base_setting.py +++ b/config/base_setting.py @@ -43,7 +43,8 @@ UPLOAD = { } APP = { - 'domain':'http://127.0.0.1:8999' + # 'domain':'http://127.0.0.1:8999' + 'domain':'106.52.204.179:8999' }