Page not found (404)

Request Method: GET
Request URL: http://localhost:8001/criadores/38/index-5.html

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

  1. ^grappelli/
  2. ^admin/
  3. ^ ^index/$
  4. ^ ^sobre/$
  5. ^ ^diretoria/$
  6. ^ ^estatuto/$
  7. ^ ^racas/$
  8. ^ ^criadores/(?P<raca>[\w_-]+)/$
  9. ^ ^mais-informacoes/(?P<criador>[\w_-]+)/$
  10. ^ ^eventos/$
  11. ^ ^contato/$
  12. ^ ^weslley-util/$
  13. ^$ [name='index']
  14. ^media/(?P<path>.*)$
  15. ^static\/(?P<path>.*)$

The current URL, criadores/38/index-5.html, 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.