I am working through docs
This is the import statement:
from django.core import urlresolvers
And I am getting this error:
ImportError: cannot import name 'urlresolvers' from 'django.core'
(xxx/nbrl-project/nbrlenv/lib/python3.8/site-packages/django/core/__init__.py)
can anyone help me with this?