from django.urls import path from .views import * urlpatterns = [ # 图片墙 path('/.html', album, name='album'), ]