Page not found (404)

No Post matches the given query.
Request Method: GET
Request URL: https://www.kaplinski.ca/es/blog/using-webinar-sales-tool
Raised by: blog.views.post_detail

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

  1. i18n/
  2. admin/
  3. ckeditor/
  4. es/ [name='index']
  5. es/ nosotros [name='nosotros']
  6. es/ contacto [name='contacto']
  7. es/ request_contact [name='request_contact']
  8. es/ blog/ [name='index']
  9. es/ blog/ <str:slug> [name='post_detail']

The current path, es/blog/using-webinar-sales-tool, 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.