I have a Python Django project with the following files.
proj1/urls.py
from django.contrib import admin from django.urls import path, include urlpatterns