Page not found (404)

Request Method: GET
Request URL: https://menthadigital.com/list-5566-5.html

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

  1. admin/
  2. diario/
  3. protocolo/
  4. to-c
  5. [name='index']
  6. home/ [name='home']
  7. noticias/ [name='noticias']
  8. projeto/ [name='projeto']
  9. aplicacoes/ [name='aplicacoes']
  10. mentha-cog/ [name='mentha-cog']
  11. mentha-care/ [name='mentha-care']
  12. protocolo-mentha/ [name='protocolo-mentha']
  13. app-list/ [name='app-list']
  14. parceiros/ [name='parceiros']
  15. equipa/ [name='equipa']
  16. contacto/ [name='contacto']
  17. videoconferencia/ [name='videoconferencia']
  18. zoom-div/ [name='zoom-div']
  19. login/ [name='login']
  20. logout/ [name='logout']
  21. forgot_password/ [name='forgot_password']
  22. resetar/<uidb64>/<token>/ [name='password_resetar_confirm']
  23. ^media/(?P<path>.*)$
  24. accounts/
  25. ^media/(?P<path>.*)$

The current path, list-5566-5.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.