From 906305ef6a840a4fc3c01def36013c252880618a Mon Sep 17 00:00:00 2001 From: Bob <1397910458@qq.com> Date: Thu, 20 Aug 2020 11:34:59 +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 --- NewMediaMonitoring/wsgi.py | 1 + 1 file changed, 1 insertion(+) diff --git a/NewMediaMonitoring/wsgi.py b/NewMediaMonitoring/wsgi.py index 1c3e3bd..0345c9c 100644 --- a/NewMediaMonitoring/wsgi.py +++ b/NewMediaMonitoring/wsgi.py @@ -8,6 +8,7 @@ https://docs.djangoproject.com/en/2.1/howto/deployment/wsgi/ """ import os +import sys from django.core.wsgi import get_wsgi_application