Page not found (404)

Request Method: GET
Request URL: http://127.0.0.1:8000/about/images/

Using the URLconf defined in esseff.urls, Django tried these URL patterns, in this order:

  1. admin/
  2. [name='home']
  3. about/ [name='about']
  4. services/ [name='services']
  5. faqs/ [name='faqs']
  6. contact/ [name='contact']
  7. ^static/(?P<path>.*)$
  8. ^media/(?P<path>.*)$

The current path, about/images/, didn’t match any of these.