Page not found (404)

Request Method: GET
Request URL: http://www.fundasmana.com/colocacion.html

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

  1. ^admin/
  2. ^$
  3. ^producto/agregar_carrito$
  4. ^catalogo$
  5. ^categoria/(.+)$
  6. ^colocacion$
  7. ^consultar_productos$
  8. ^consultar_producto$
  9. ^producto/consultar_producto$
  10. ^contacto$
  11. ^dogproof$
  12. ^empresa$
  13. ^eliminar_prod$
  14. ^enviar_mensaje$
  15. ^noticias$
  16. ^noticia/(.+)$
  17. ^producto/(.+)$
  18. ^registro_usuario
  19. ^servicios$

The current path, colocacion.html, 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.