Page not found (404)

No se encontró ningún event coincidente con la consulta
Request Method: GET
Request URL: https://appuntate.com/evento/arequipa/concurso-escolar-2018-cometas-artesanales/
Raised by: apps.appuntate.views.EventsDetailView

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

  1. ajax_select/
  2. djrichtextfield/
  3. admin/
  4. [name='home']
  5. proximos-eventos/$ [name='upcoming_events']
  6. eventos/ [name='allevents']
  7. evento/<path:slug>/ [name='detail']

The current path, evento/arequipa/concurso-escolar-2018-cometas-artesanales/, 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.