Update urls.py
- Switch to
django.urlsrather thandjango.conf.urlswhich 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