Page not found (404)

Request Method: GET
Request URL: http://buho.media/category/blog/

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

  1. admin/
  2. search/ [name='search-post']
  3. blog/
  4. [name='index']
  5. nosotros/
  6. <slug:slug>/ [name='DellateSolucion']
  7. s3direct/
  8. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  9. ^media/(?P<path>.*)$
  10. ^static/(?P<path>.*)$
  11. ^media/(?P<path>.*)$

The current path, category/blog/, didn’t match any of these.

You’re seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.