I'm new with Django, I'm working on a project with Django as back-end and and angular as front-end. I keep having this error while serving Django, please can anyone help me, i tried uninstalling django-cors-headers-3.7.0 and reinstalling it and i still got this error :
```
ModuleNotFoundError: No module named 'corsheaders.middleware.CorsMiddlewaredjango'; 'corsheaders.middleware' is not a package
django.core.exceptions.ImproperlyConfigured: WSGI application 'djangoAPI.wsgi.application' could not be loaded; Error importing module.
**