divanov11 / proshop_django

403 stars 426 forks source link

ImproperlyConfigured: WSGI application #38

Closed daveroberts0321 closed 1 year ago

daveroberts0321 commented 1 year ago

From the initial clone and spin up of the project there is an issue in the wsgi.py

env\Lib\site-packages\django\core\servers\basehttp.py", line 49, in get_internal_wsgi_application raise ImproperlyConfigured( django.core.exceptions.ImproperlyConfigured: WSGI application 'backend.wsgi.application' could not be loaded; Error importing module.

the problem pops up on python manage.py runserver

daveroberts0321 commented 1 year ago

was an issue with whitenoise and/or django-cors-headers had to reinstall and things ran normally