Update urls.py
- Switch to
django.urls
rather thandjango.conf.urls
which is
deprecated and will be removed in Django 4.0
Document importing view to avoid Django warning if routing to root URL
Update urls.py
django.urls
rather than django.conf.urls
which isDocument importing view to avoid Django warning if routing to root URL