Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
from django.contrib import admin
from django.urls import path
urlpatterns = [
# This is the same as in the default project template
path("admin/", admin.site.urls),
]