Using the URLconf defined in esseff.urls
,
Django tried these URL patterns, in this order:
-
admin/
-
[name='home']
-
about/ [name='about']
-
services/ [name='services']
-
faqs/ [name='faqs']
-
contact/ [name='contact']
-
^static/(?P<path>.*)$
-
^media/(?P<path>.*)$
The current path, about/images/
,
didn’t match any of these.