from django.urls import path, re_path from . import views urlpatterns = [ # 無名分組 re_path(r'^re_unnamed_year/([0-9]{4})/$', ...
確定! 回上一頁