Page not found (404)

Request Method: GET
Request URL: http://anamariadeandrade.com/premios

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

  1. ^$
  2. ^meus-livros/
  3. ^detalhes-do-livro-(?P<slug_nome>[-\w\d]+),(?P<id>\d+)$ [name='detalhes_livro']
  4. ^minha-historia/
  5. ^ecoliteratura/
  6. ^midias/
  7. ^projetos-de-leitura/
  8. ^visitas-e-oficinas/
  9. ^detalhes-galeria-(?P<pk>\d+)$ [name='detalhes_galeria']
  10. ^contato/
  11. ^admin/
  12. ^media\/(?P<path>.*)$

The current path, premios, 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.