光阴似箭催人老,日月如移越少年。
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)),
It seems that the url does not contain the url of the blog, try changing it to the one below
Insert mysite/url.py
url(r'^index/$',views.index)
改成url(r'^index/$',include(blog.url)),