From eb9e17d80bde3f5bb04028201ab84c459b1c3496 Mon Sep 17 00:00:00 2001 From: xieshen <1397910458@qq.com> Date: Mon, 7 Dec 2020 12:42:02 +0800 Subject: [PATCH] =?UTF-8?q?#=E6=9B=B4=E6=8D=A2=E6=9C=8D=E5=8A=A1=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- NewMediaMonitoring/wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NewMediaMonitoring/wsgi.py b/NewMediaMonitoring/wsgi.py index 1aa2661..92f8699 100644 --- a/NewMediaMonitoring/wsgi.py +++ b/NewMediaMonitoring/wsgi.py @@ -17,5 +17,5 @@ from django.core.wsgi import get_wsgi_application os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'NewMediaMonitoring.settings') # sys.path.append("/var/www/p3/newmediamonitoring/current") -sys.path.append("/var/www/p3.8/newmediamonitoring/current") +sys.path.append("/var/www/p3.8/newmediamonitoring") application = get_wsgi_application()