Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
from django.contrib.staticfiles import views
from django.urls import re_path
urlpatterns = [
re_path("^static/(?P<path>.*)$", views.serve),
]