ModuleNotFoundError: No module named 'django.core.urlresolvers' error
itsmeakhil opened this issue · 4 comments
itsmeakhil commented
ModuleNotFoundError: No module named 'django.core.urlresolvers' error
itsmeakhil commented
No idea what can we do to resolve this
presto-wei commented
just now, i also find the mistake
ajeema commented
This is because Django 2.0 removes the django.core.urlresolvers module. I believe now it is from django.urls import include, re_path. I could be wrong
suhailvs commented
i have forked this repo(https://github.com/suhailvs/drfrequests) and fixed this issue. it will work with latest djangorestframework.