Page not found (404)

Geen Article gevonden die voldoet aan de query
Request Method: GET
Request URL: https://frankfutselaar.com/nieuws/een-terugblik-op-de-races-in-juni-mei
Raised by: news.views.<class 'news.views.NewsDetailView'>

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

  1. admin/
  2. [name='index']
  3. vrienden-van-frank/ [name='vrienden-van-frank']
  4. nieuws/ [name='news-list']
  5. nieuws/ <slug:slug> [name='news-detail']

The current path, nieuws/een-terugblik-op-de-races-in-juni-mei, 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.