No module named corsheaders.middleware
When I try configure the django in my local, I got this error ImproperlyConfigured: Error importing module corsheaders.middleware: “No module named corsheaders.middleware” to solve this error we need to install django-cors-headers Traceback (most recent call last): File “/usr/lib/python2.7/wsgiref/handlers.py”, line 85, in run self.result = application(self.environ, self.start_response) File “/usr/lib/python2.7/dist-packages/django/contrib/staticfiles/handlers.py”, line 67, in __call__ return self.application(environ, […]
Read more..