From a2a794cca4d97682ef9b95958bdfaa642c346d9f Mon Sep 17 00:00:00 2001
From: ladeng07 <40017222+ladeng07@users.noreply.github.com>
Date: Sun, 24 Apr 2022 15:23:24 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9+=E5=90=88=E5=B9=B6=E5=89=8D?=
=?UTF-8?q?=E7=9A=84=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.idea/ITShowPlatform.iml | 2 +-
.idea/deployment.xml | 14 ++++
.idea/misc.xml | 1 +
.idea/sshConfigs.xml | 8 ++
.idea/webServers.xml | 14 ++++
.idea/workspace.xml | 160 ++++++++++++++++++++++++++++++++++++++-
ITShowPlatform/urls.py | 4 +-
7 files changed, 199 insertions(+), 4 deletions(-)
create mode 100644 .idea/deployment.xml
create mode 100644 .idea/sshConfigs.xml
create mode 100644 .idea/webServers.xml
diff --git a/.idea/ITShowPlatform.iml b/.idea/ITShowPlatform.iml
index 20babcd..95e74a9 100644
--- a/.idea/ITShowPlatform.iml
+++ b/.idea/ITShowPlatform.iml
@@ -14,7 +14,7 @@
-
+
diff --git a/.idea/deployment.xml b/.idea/deployment.xml
new file mode 100644
index 0000000..fa01f2b
--- /dev/null
+++ b/.idea/deployment.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
index 28a804d..67c853b 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -3,4 +3,5 @@
+
\ No newline at end of file
diff --git a/.idea/sshConfigs.xml b/.idea/sshConfigs.xml
new file mode 100644
index 0000000..ab0830e
--- /dev/null
+++ b/.idea/sshConfigs.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/webServers.xml b/.idea/webServers.xml
new file mode 100644
index 0000000..b731694
--- /dev/null
+++ b/.idea/webServers.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index bc6e095..e50ad7b 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -1,5 +1,63 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -7,8 +65,9 @@
+
-
+
@@ -25,4 +84,103 @@
+
+
+
+
+
+
+ 1650187837343
+
+
+ 1650187837343
+
+
+
+
+
+
+
+ 1650187914913
+
+
+
+ 1650187914913
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ITShowPlatform/urls.py b/ITShowPlatform/urls.py
index 0e97036..567cbae 100644
--- a/ITShowPlatform/urls.py
+++ b/ITShowPlatform/urls.py
@@ -21,8 +21,8 @@ from rest_framework import routers
urlpatterns = [
path('admin/', admin.site.urls),
- path('api/', include('comments.urls')),
- path('api/', include('history.urls')),
+ path('v1/api/', include('comments.urls')),
+ path('v1/api/', include('history.urls')),
path(r'^api-auth/', include('rest_framework.urls')),
re_path(r'^media/(?P.*)', serve, {"document_root": settings.MEDIA_ROOT}),
]