Page not found (404)

Request Method: GET
Request URL: http://juvenis.com.br/category-fashion.html

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

  1. ^filer/
  2. ^admin/
  3. ^letra/
  4. ^blog/
  5. ^fotos/
  6. ^ ^$ [name='index']
  7. ^ ^album/$ [name='albuns']
  8. ^ ^(?P<slug>[\w_-]+)/$ [name='categoria']
  9. ^ ^(?P<slugcantor>[\w_-]+)/$ [name='cantor']
  10. ^ ^album/(?P<cantor_id>\d+)/(?P<id>\d+)/$ [name='download_link']
  11. ^ ^album/(?P<slugcantor>[\w_-]+)/$ [name='album-cantor']
  12. ^ ^(?P<slugcategoria>[\w_-]+)/(?P<slug>[\w_-]+)/$ [name='noticia']
  13. ^ ^(?P<slugcategoria>[\w_-]+)/(?P<slugestado>[\w_-]+)/(?P<slugcidade>[\w_-]+)/(?P<slug>[\w_-]+)/$ [name='evento']
  14. ^ ^album/(?P<slugcantor>[\w_-]+)/(?P<slugalbum>[\w_-]+)/$ [name='download']
  15. ^ ^download/$
  16. ^ckeditor/
  17. ^robots\.txt$
  18. ^google5828c9d2bc65eaf4\.html$
  19. ^media\/(?P<path>.*)$
  20. ^sitemap\.xml$
  21. ^sitemap-(?P<section>.+)\.xml$
  22. ^sitemap-(?P<section>.+)\.xml$
  23. ^media\/(?P<path>.*)$

The current URL, category-fashion.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.