Page not found (404)

No Evento matches the given query.
Request Method: GET
Request URL: http://minhasplantas.com.br/eventos/2016/03/14/aniversario-do-nascimento-de-manequinho-lopes/
Raised by: eventos.views.entry

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

  1. plantas/
  2. radio/
  3. tv/
  4. duvidas/
  5. blogs/
  6. blog/
  7. galeria/
  8. cursos/
  9. loja/
  10. eventos/ [name='index']
  11. eventos/ <int:entry_year>/ [name='year']
  12. eventos/ <int:entry_year>/<int:entry_month>/ [name='month']
  13. eventos/ <int:entry_year>/<int:entry_month>/<int:entry_day>/ [name='day']
  14. eventos/ <int:entry_year>/<int:entry_month>/<int:entry_day>/<slug>/ [name='entry']

The current path, eventos/2016/03/14/aniversario-do-nascimento-de-manequinho-lopes/, 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.