Page not found (404)

No Pagina matches the given query.
Request Method: GET
Request URL: https://www.canalacomunicacao.com.br/contato/
Raised by: home.views.home.home

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

  1. admin/docs/
  2. admin/
  3. login/ [name='login']
  4. logout/ [name='logout']
  5. password_change/ [name='password_change']
  6. password_change/done/ [name='password_change_done']
  7. password_reset/ [name='password_reset']
  8. password_reset/done/ [name='password_reset_done']
  9. reset/<uidb64>/<token>/ [name='password_reset_confirm']
  10. reset/done/ [name='password_reset_complete']
  11. blog/
  12. api/
  13. [name='home']
  14. manutencao/ [name='manutencao']
  15. coming_soon/ [name='coming_soon']
  16. aceitar_termo/ [name='aceitar_termo']
  17. parceiros_teste/ [name='parceiros_teste']
  18. fale-conosco/ [name='fale_conosco']
  19. <str:slug>/ [name='home']

The current path, contato/, matched the last one.

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.