From a8f1cd8ef234c695c81bb041d5a1693394703f5e Mon Sep 17 00:00:00 2001 From: ladeng07 <40017222+ladeng07@users.noreply.github.com> Date: Sun, 17 Apr 2022 16:08:27 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=88=E4=BA=8E=E5=90=88=E5=B9=B6=E4=BA=8655?= =?UTF-8?q?555?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/IT_Show.iml | 4 +- .idea/misc.xml | 2 +- .idea/workspace.xml | 90 ++++++++++++++++++++++- ITShowPlatform/settings.py | 45 +++++++++--- ITShowPlatform/urls.py | 9 ++- IT_Show/__init__.py | 0 IT_Show/asgi.py | 16 ---- IT_Show/settings.py | 145 ------------------------------------- IT_Show/urls.py | 28 ------- IT_Show/wsgi.py | 16 ---- history/urls.py | 2 +- it/__init__.py | 0 it/asgi.py | 16 ---- it/settings.py | 137 ----------------------------------- it/urls.py | 22 ------ it/wsgi.py | 16 ---- 16 files changed, 133 insertions(+), 415 deletions(-) delete mode 100644 IT_Show/__init__.py delete mode 100644 IT_Show/asgi.py delete mode 100644 IT_Show/settings.py delete mode 100644 IT_Show/urls.py delete mode 100644 IT_Show/wsgi.py delete mode 100644 it/__init__.py delete mode 100644 it/asgi.py delete mode 100644 it/settings.py delete mode 100644 it/urls.py delete mode 100644 it/wsgi.py diff --git a/.idea/IT_Show.iml b/.idea/IT_Show.iml index 0e6b474..7447e63 100644 --- a/.idea/IT_Show.iml +++ b/.idea/IT_Show.iml @@ -13,7 +13,9 @@ - + + + diff --git a/.idea/misc.xml b/.idea/misc.xml index 6649a8c..a295f5a 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,5 +3,5 @@ - + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index b923b51..e06d154 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,12 +1,60 @@ + + + + + + + + + + + + + + + + +