django4.0path不能用正则表达式

导入re_path即可。
from django.URLs import re_path
urlpatterns = [re_path(r"^$", function)]

你可能感兴趣的:(笔记)