Using the URLconf defined in gizmo.urls
,
Django tried these URL patterns, in this order:
-
django-admin/
-
admin/
-
documents/
-
handle/book-consultation/ [name='handle_book_consultation']
-
handle/contact-us/ [name='handle_contact_us']
-
robots.txt
-
sitemap.xml
-
^static/(?P<path>.*)$
-
^media/(?P<path>.*)$
-
_util/authenticate_with_password/<int:page_view_restriction_id>/<int:page_id>/ [name='wagtailcore_authenticate_with_password']
-
_util/login/ [name='wagtailcore_login']
-
^((?:[\w\-]+/)*)$ [name='wagtail_serve']
The current path, posts/the-next-big-thing-on-shark-tank/
,
matched the last one.