Using the URLconf defined in lifeblog.urls,
Django tried these URL patterns, in this order:
-
admin/ -
mdeditor/ -
[name='index'] -
category/<str:p>/ [name='category'] -
tag/<str:p>/ [name='tag'] -
archives [name='archives'] -
load-more-posts/ [name='load-more-posts'] -
^detail/(?P<post_id>\d+)$ [name='post_detail'] -
^page/(?P<page_id>\d+)$ [name='page_detail'] -
^search/$ [name='haystack_search'] -
go -
cardkey/ [name='cardkey_api'] -
cardkey/unbind/ [name='unbind'] -
sitemap.xml [name='django.contrib.sitemaps.views.sitemap'] -
robots.txt -
tencent2722880147505190845.txt -
^search/ -
^media/(?P<path>.*)$ -
^static/(?P<path>.*)$
The current path, http:/,
didn’t match any of these.