Page not found (404)

Request Method: GET
Request URL: https://www.sintracomdourados.com.br/documentos/estatuto

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

  1. grappelli/
  2. admin/
  3. noticia/(?P<slug>[\w_-]+)/$ [name='noticia']
  4. maisnoticias/(?P<slug>[\w_-]+)/$ [name='maisnoticias']
  5. maisnoticias/$ [name='maisnoticias']
  6. busca/$ [name='busca']
  7. galeria/(?P<slug>[\w_-]+)/$ [name='galeria_fotos']
  8. fotos/$
  9. videos/$
  10. jornais/$
  11. jornais/(?P<slug>[\w_-]+)/$
  12. diretoria/$
  13. contato/$
  14. convencao/$
  15. documentos/ficha-de-filiacao/$
  16. convenios/$
  17. contato/enviado$
  18. cadastrar_email/$
  19. cadastrar_email/enviado/$
  20. newsletter/(?P<slug>[\w_-]+)/$ [name='newsletter']
  21. empresa_cadastro/download/(?P<cnpj>[-\w]+)/(?P<pk>[-\w]+) [name='baixar-arquivo']
  22. empresa_cadastro/(?P<cnpj>[-\w]+)/(?P<pk>[-\w]+) [name='empresa-cadastra']
  23. empresa_cadastro/aviso$ [name='empresa-aviso']
  24. autorizacao/(?P<pk>[-\w]+)/$ [name='autorizacao']
  25. juridico/ [name='juridico']
  26. homologacao/ [name='homologacao']
  27. ^media\/(?P<path>.*)$

The current path, documentos/estatuto, 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.