Open Swaybob opened 2 years ago
Running server raises an exception. Exception text - Django ImproperlyConfigured: WSGI application 'myproject.wsgi.application' could not be loaded; Error importing module.
try this pip install Django-cors-header and add this to the bottom of your setting.py file Change the line in settings.py as below
WSGI_APPLICATION = 'application' to WSGI_APPLICATION = 'wsgi.application'
Running server raises an exception. Exception text - Django ImproperlyConfigured: WSGI application 'myproject.wsgi.application' could not be loaded; Error importing module.