urlpatterns = [ path("accounts/", include("django.contrib.auth.urls")), path("accounts/profile/", profile, name="profile"), ]