Page not found (404)

Request Method: GET
Request URL: http://oabimperatriz.com.br/media/noticias/eleito-o-novo-presidente-da-oab-imperatriz/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/ comunicados/ [name='list_notifications']
  7. media/ noticias/ [name='list_notices']
  8. media/ noticias/<str:slug>/ [name='get_notice']
  9. media/ diretoria/ [name='list_board']
  10. media/ memorial/ [name='list_memorial']
  11. media/ ex-presidentes/ [name='list_ex_presidents']
  12. agendamento_comissao/
  13. agendamento_video/
  14. agendamento_alvara/
  15. agendamento_denuncia/
  16. institucional/
  17. transparencia/
  18. processo/
  19. tinymce/
  20. ^files/(?P<path>.*)$
  21. ^static/(?P<path>.*)$

The current path, media/noticias/eleito-o-novo-presidente-da-oab-imperatriz/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.