Using the URLconf defined in main.urls
,
Django tried these URL patterns, in this order:
-
admin/
-
-
about/
-
services/
-
products/
-
faq/
-
contacts/
-
^media/(?P<path>.*)$
-
^static/(?P<path>.*)$
The current path, plumbing/sink-repair
,
didn’t match any of these.