Answers for "django wsgi application could not be loaded"

2

django.core.exceptions.ImproperlyConfigured: WSGI application 'souroSANOU.wsgi.application' could not be loaded; Error importing module.

Change the line in settings.py as below

WSGI_APPLICATION = 'application' to WSGI_APPLICATION = 'wsgi.application'
Posted by: Guest on January-06-2021

Code answers related to "django wsgi application could not be loaded"

Python Answers by Framework

Browse Popular Code Answers by Language