Page not found (404)

Request Method: GET
Request URL: http://sgl.icei.pucminas.br/recuperar-senha.

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

  1. admin/
  2. [name='painel']
  3. changelog/ [name='changelog']
  4. settings/ [name='settings']
  5. api/v1/settings [name='api_settings']
  6. manual/ [name='manual']
  7. advanced-search/ [name='advanced-search']
  8. ad/ [name='ad']
  9. ad/user/<str:login>/ [name='aduser']
  10. accounts/login/ [name='login']
  11. accounts/logout/ [name='logout']
  12. accounts/profile/
  13. accounts/agreement/ [name='agreement']
  14. accounts/otp/ [name='otp']
  15. denied/ [name='denied']
  16. audit/ [name='audit']
  17. about/ [name='about']
  18. pessoa/add/ [name='cadastro_pessoa_individual']
  19. pessoa/batch-add/ [name='cadastro_pessoa_lote']
  20. pessoa/person-pre-create/ [name='person-pre-create']
  21. pessoa/person-created/ [name='person-created']
  22. pessoa/person-create-error/ [name='person-create-error']
  23. pessoa/employee-add/ [name='cadastro_funcionario_individual']
  24. pessoa/trainee-add/ [name='cadastro_estagiario_individual']
  25. otprequired/ [name='otp_required']
  26. api/v1/painel [name='api_painel']
  27. api/v1/reset [name='api_reset']
  28. api/v1/enable [name='api_enable']
  29. api/v1/send-email [name='api_send_email']
  30. api/v1/user/<int:id>/ [name='api_detail']
  31. api/v1/user/search/<str:cod>/ [name='api_search']
  32. api/v1/user/o365 [name='api_o365']
  33. api/v1/admin_pessoa [name='api_admin_pessoa']
  34. api/v1/admin_pessoa_old [name='api_admin_pessoa_old']
  35. api/v1/audit [name='api_audit']
  36. api/v1/ping [name='api_ping']
  37. api/v1/ad [name='api_ad']
  38. api/v1/aduser [name='api_ad_user']
  39. api/v1/feedback [name='api_feedback']
  40. reset-audit/ [name='reset_audit']
  41. api/v1/api-reset-audit [name='api_reset_audit']
  42. dashboard/

The current path, recuperar-senha., 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.