-
-
Notifications
You must be signed in to change notification settings - Fork 536
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImportError: Module "django.middleware.common" does not define a "CorsMiddleware" attribute/class #304
Comments
The error is that you've added the path Also your settings has both HTH |
@adamchainz Thank You for the I have
|
The import failure indicates it's not actually installed. Perhaps you are mixing up python environments. |
This is my
|
I'm sorry, I don't think I can help you any further. |
@adamchainz Thank You |
Anyone tell me what is happening here? How do I correct this?
Python 3.5
pip installed
This is my settings.py
This is the Traceback I'm getting
The text was updated successfully, but these errors were encountered: