Page not found (404)

No Post matches the given query.
Request Method: GET
Request URL: https://www.curacaochronicle.com/post/main/successful%E2%80%90start%E2%80%90of%E2%80%90europe%E2%80%90direct%E2%80%90curacao%E2%80%90theres%E2%80%90work%E2%80%90to%E2%80%90be%E2%80%90done/
Raised by: curacaochronicle_app.views.post_view

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

  1. sitemap.xml [name='django.contrib.sitemaps.views.index']
  2. tinymce/
  3. admin/filebrowser/
  4. jet/
  5. jet/dashboard/
  6. administration/
  7. admin/analytics/ [name='analytics']
  8. admin/documentation/ [name='documentation']
  9. home/ [name='home']
  10. category/<str:name>/<int:page>/ [name='category']
  11. category/<str:name>/
  12. post/<str:category>/<str:slug>/ [name='post']

The current path, post/main/successful‐start‐of‐europe‐direct‐curacao‐theres‐work‐to‐be‐done/, 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.