Page not found (404)

Request Method: GET
Request URL: https://consej.com.br/publicacoes/requisitos-para-registrar-marca/

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

  1. admin/
  2. [name='inicio']
  3. buscar [name='buscarInicio']
  4. sobre/ [name='sobre']
  5. servicos/<slug:slug> [name='servicos']
  6. blog/ [name='blog']
  7. blog/buscar [name='buscar']
  8. blog/categoria/<str:categoria> [name='categoria']
  9. blog/<slug:slug> [name='post']
  10. processo-seletivo [name='ps']
  11. contato [name='contato']
  12. ckeditor/
  13. ^media/(?P<path>.*)$
  14. ^static/(?P<path>.*)$

The current path, publicacoes/requisitos-para-registrar-marca/, 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.