From d62223cdc0505442b4f4a305891a6c50be453438 Mon Sep 17 00:00:00 2001
From: Bob <1397910458@qq.com>
Date: Thu, 20 Aug 2020 15:20:26 +0800
Subject: [PATCH] =?UTF-8?q?#=E6=96=B0=E5=AA=92=E4=BD=93=E7=AE=A1=E7=90=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.idea/workspace.xml | 138 +++++++++++++++++++--------------
NewMediaMonitoring/settings.py | 4 +-
2 files changed, 82 insertions(+), 60 deletions(-)
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 7077cad..9081d9b 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -3,7 +3,7 @@
-
+
@@ -103,10 +103,12 @@
-
+
-
+
+
+
@@ -119,20 +121,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -145,11 +133,14 @@
-
+
-
-
+
+
+
+
+
@@ -157,8 +148,20 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -215,7 +218,6 @@
@@ -306,18 +309,18 @@
-
+
+
-
@@ -396,7 +399,7 @@
-
+
1595559693168
@@ -475,11 +478,25 @@
1597894728260
-
+
+ 1597895559894
+
+
+
+ 1597895559894
+
+
+ 1597907613364
+
+
+
+ 1597907613364
+
+
-
+
@@ -491,10 +508,10 @@
-
+
-
+
@@ -508,7 +525,7 @@
-
+
@@ -844,21 +861,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -869,13 +871,6 @@
-
-
-
-
-
-
-
@@ -886,17 +881,44 @@
+
+
+
+
+
+
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/NewMediaMonitoring/settings.py b/NewMediaMonitoring/settings.py
index 809781a..3252058 100644
--- a/NewMediaMonitoring/settings.py
+++ b/NewMediaMonitoring/settings.py
@@ -135,9 +135,9 @@ STATIC_URL = '/static/'
STATICFILES_DIRS = [
os.path.join(BASE_DIR, "static"),
]
-STATIC_ROOT = '/var/www/p3/NewMediaMonitoring/static/'
+STATIC_ROOT = '/var/www/p3/newmediamonitoring/static/'
MEDIA_URL = '/media/'
-MEDIA_ROOT = '/var/www/p3/NewMediaMonitoring/media/'
+MEDIA_ROOT = '/var/www/p3/newmediamonitoring/media/'
"""用户模块扩展部分"""
AUTH_PROFILE_MODULE = 'djangoadmin.myadmin.UserProfile'