Page not found (404)

Request Method: GET
Request URL: http://web/almohadita-ambar-prediccion-riesgo-hosp-exequiel-gonzalez

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

  1. [name='index']
  2. about [name='about']
  3. terms [name='terms']
  4. reports [name='reports']
  5. searchbar [name='searchbar']
  6. export/xls [name='export_xls']
  7. export/csv [name='export_csv']
  8. descargas [name='descargas']
  9. proyecto-<slug:proyecto_slug> [name='proyectPage']
  10. ^media/(?P<path>.*)$
  11. admin/
  12. login/ [name='login']
  13. logout/ [name='logout']
  14. dashboard/
  15. loaderio-994e9700416cdb021189d532e644bd5a/ [name='loader']

The current path, almohadita-ambar-prediccion-riesgo-hosp-exequiel-gonzalez, 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.