Page not found (404)

No Post found matching the query
Request Method: GET
Request URL: https://theriddleages.bham.ac.uk/riddles/post/riddle-78-or-75/
Raised by: riddleages.views.IndividualPost

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

  1. ^captcha/
  2. ^ckeditor/
  3. ^static\/(?P<path>.*)$
  4. admin/
  5. accounts/
  6. accounts/
  7. ^ [name='home']
  8. ^ about/ [name='about']
  9. ^ contributors/ [name='contributors']
  10. ^ riddles/ [name='riddles']
  11. ^ riddles/posts/ [name='posts']
  12. ^ riddles/post/<str:slug>/ [name='post']

The current path, riddles/post/riddle-78-or-75/, 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.