Page not found (404)

Request Method: GET
Request URL: http://ai360.mx/contacto/

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

  1. [name='ai360-index']
  2. como-lo-hacemos [name='como-hacemos']
  3. guru [name='guru']
  4. movilidad [name='movilidad']
  5. patrones-de-consumo [name='patrones']
  6. radar [name='radar']
  7. contacto [name='contacto']
  8. indicadores [name='indicadores']
  9. medios [name='medios']
  10. admin/
  11. api/token/ [name='token_obtain_pair']
  12. api/token/refresh/ [name='token_refresh']
  13. usuarios/
  14. guru/reportes/
  15. ^media/(?P<path>.*)$

The current path, contacto/, 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.