-
Notifications
You must be signed in to change notification settings - Fork 170
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
ModuleNotFoundError: No module named 'django.core.urlresolvers' #69
Comments
This PR will fix this issue |
GuaravJain98, I can confirm that the code in the PR that you've linked to doesn't work. Unhandled exception in thread started by <function check_errors..wrapper at 0x000002803214F6A8> |
I am also having the same issue. I'm running Python 3.6, Django 2.1. I tried |
+1 |
Please remove the dependency of
django.core.urlresolvers
and change it todjango.urls
to make it compatible with Django 2.0The text was updated successfully, but these errors were encountered: