Answers for "django.core.exceptions.improperlyconfigured: wsgi application 'my_gallery.wsgi.application' could not be loaded; error importing module."

2

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

pip install whitenoise
OR
pip3 install whitenoise
Posted by: Guest on October-12-2021
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.core.exceptions.improperlyconfigured: wsgi application 'my_gallery.wsgi.application' could not be loaded; error importing module."

Python Answers by Framework

Browse Popular Code Answers by Language