Page not found (404)

Request Method: GET
Request URL: https://inteligencia.fsb.com.br/solucoes/bi/mapa-narrativas

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

  1. [name='index']
  2. bbb23 [name='bbb23']
  3. Ministerios [name='ministerios']
  4. Esplanada2023 [name='esplanada2023']
  5. Senadores [name='senadores']
  6. Deputados [name='deputados']
  7. questionario/
  8. admin/
  9. ckeditor5/
  10. ^media/(?P<path>.*)$
  11. ^static/(?P<path>.*)$
  12. ^media/(?P<path>.*)$

The current path, solucoes/bi/mapa-narrativas, 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.