From 39bdf49c50e257a0e26eb2b4e6fbb605437235bd Mon Sep 17 00:00:00 2001 From: Dietmar Aumann Date: Mon, 24 Apr 2017 13:07:15 +0200 Subject: [PATCH] Fixing path issue --- staticMaps/staticMaps/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staticMaps/staticMaps/settings.py b/staticMaps/staticMaps/settings.py index c816745..78201ef 100644 --- a/staticMaps/staticMaps/settings.py +++ b/staticMaps/staticMaps/settings.py @@ -53,7 +53,7 @@ def env_var(key, default=None): ROOT_URLCONF = 'staticMaps.urls' -WSGI_APPLICATION = 'staticMaps.wsgi.application' +WSGI_APPLICATION = 'wsgi.application' LANGUAGE_CODE = 'en-us' TIME_ZONE = 'UTC'