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