manosim/django-rest-framework-docs

ModuleNotFoundError: No module named 'django.core.urlresolvers' error

itsmeakhil opened this issue · 4 comments

ModuleNotFoundError: No module named 'django.core.urlresolvers' error

No idea what can we do to resolve this

just now, i also find the mistake

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

i have forked this repo(https://github.com/suhailvs/drfrequests) and fixed this issue. it will work with latest djangorestframework.