Home > Q&A > body text
大家讲道理2017-04-18 10:02:29
It seems that the url does not contain the url of the blog, try changing it to the one below
Insert mysite/url.pyurl(r'^index/$',views.index)改成url(r'^index/$',include(blog.url)),
url(r'^index/$',views.index)
url(r'^index/$',include(blog.url)),