Page not found (404)

Request Method: GET
Request URL: http://oabimperatriz.com.br/institucional/None

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

  1. admin/
  2. [name='home']
  3. agendamento/ [name='schedule_home']
  4. historia/ [name='history']
  5. desinscrever/ [name='remove_subscriber']
  6. media/
  7. agendamento_comissao/
  8. agendamento_video/
  9. agendamento_alvara/
  10. agendamento_denuncia/
  11. institucional/ [name='home']
  12. transparencia/
  13. processo/
  14. tinymce/
  15. ^files/(?P<path>.*)$
  16. ^static/(?P<path>.*)$

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