Page not found (404)

Request Method: GET
Request URL: https://www.udi24horas.com.br/examesonline/

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

  1. admin/
  2. api-token-auth/ [name='api_token_auth']
  3. [name='home']
  4. sobre/ [name='about']
  5. eula/ [name='eula']
  6. formlgpd/ [name='formlgpd']
  7. lgpd/ [name='lgpd']
  8. unidades/ [name='units']
  9. unidades/<slug:slug>/ [name='unit_detail']
  10. especialidades/ [name='specs']
  11. especialidades/<slug:slug> [name='spec_detail']
  12. exames/ [name='exams']
  13. exames/<slug:slug> [name='exams_detail']
  14. medicos/ [name='medicos']
  15. medicos/<slug:slug> [name='medicos_detail']
  16. carrers/ [name='carrers']
  17. contact/ [name='contact']
  18. getExams/ [name='getExams']
  19. config/gerar_token.php/ [name='qrcode']
  20. summernote/
  21. ^media/(?P<path>.*)$

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