diff --git a/wlm_server/wlm_server/wsgi.py b/wlm_server/wlm_server/wsgi.py index a86a901..1ad9d41 100644 --- a/wlm_server/wlm_server/wsgi.py +++ b/wlm_server/wlm_server/wsgi.py @@ -9,11 +9,8 @@ import os -from django.conf import settings from django.core.wsgi import get_wsgi_application -from cache.channel import ChannelCache - os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'wlm_server.settings') application = get_wsgi_application()