請幫幫我。我不知道這個問題......有什么問題?Html 代碼圖像:錯誤頁面圖片:博客/網(wǎng)址.pyurlpatterns = [ -- skip -- # Example: /2018/nov/ url(r'^(?P<year>\d{4})/$', PostYAV.as_view(), name='post_year_archive'), -- skip --]博客/views.pyfrom blog.models import Postfrom django.views.generic.dates import --skip--, YearArchiveView, --skip---- skip --class PostYAV(YearArchiveView): model = Post date_field = 'modify_date' make_object_list = True
添加回答
舉報
0/150
提交
取消