Page not found (404)

Request Method: GET
Request URL: https://psico-online.psc.br/sobre/metodo

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

  1. ^.well-known/acme-challenge/(?P<chave>[a-zA-Z0-9-_.]+)/$ [name='principal']
  2. [name='home']
  3. cursos/ [name='cursos']
  4. contato/ [name='contato']
  5. cadastro/ [name='cadastro']
  6. login/ [name='login']
  7. logout/ [name='logout']
  8. esqueci-minha-senha/ [name='esqueci_minha_senha']
  9. redefinir-senha/<str:token>/<int:id_usuario>/ [name='redefinir-senha']
  10. meus-dados/ [name='editar-usuario']
  11. webmail/ [name='webmail']
  12. lista-cidades/ [name='lista_cidades']
  13. agenda/
  14. blog/
  15. admin/
  16. summernote/
  17. atendimento/ [name='atendimento']
  18. duvidas/ [name='duvidas']
  19. sobre-apresentacao/ [name='sobre-apresentacao']
  20. sobre-profissional/ [name='sobre-profissional']
  21. sobre-metodo/ [name='sobre-metodo']
  22. workshop-carreira/ [name='workshop-carreira']
  23. inicial-atendimento/ [name='inicial-atendimento']
  24. inicial-cursos/ [name='inicial-cursos']
  25. ^media/(?P<path>.*)$

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