Page not found (404)

No se encontró ningún Solucion coincidente con la consulta
Request Method: GET
Request URL: http://buho.media/instinto-2/
Raised by: apps.soluciones.views.DellateSolucion

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']

The current path, instinto-2/, matched the last one.

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.