Page not found (404)

No Page matches the given query.
Request Method: GET
Request URL: https://racketlon.nl/pellentesque-habitant-morbi-tristique-senectus/
Raised by: asterisk.cms.views.PageView

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

  1. ^media/(?P<path>.*)$
  2. ads.txt
  3. sellers.json
  4. admin/
  5. api/
  6. tinymce/
  7. impersonate
  8. zoeken/
  9. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  10. tinymce/upload-image/
  11. tinymce/image-browser/
  12. [name='page']
  13. <path:path> [name='page']

The current path, pellentesque-habitant-morbi-tristique-senectus/, 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.