Page not found (404)

Request Method: GET
Request URL: https://books.rixx.de/reviews/2018/in-calabria/

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

  1. b/
  2. b/login/
  3. b/logout
  4. b/tohuwabohu/
  5. b/new
  6. b/pages/new
  7. b/pages/
  8. b/pages/<slug:slug>/
  9. b/quotes/new/
  10. b/quotes/<int:pk>/
  11. b/quotes/<int:pk>/delete
  12. b/poems/new/
  13. b/poems/
  14. b/<slug:author>/poems/<slug:slug>/
  15. b/<slug:author>/
  16. b/<slug:author>/<slug:book>/poems/<slug:slug>/
  17. b/<slug:author>/<slug:book>/
  18. p/<slug:slug>/
  19. feed.atom
  20. reviews.atom
  21. reviews/
  22. reviews/<int:year>/
  23. reviews/<int:year>/stats/
  24. reviews/by-author/
  25. reviews/by-title/
  26. reviews/by-series/
  27. stats/
  28. graph/
  29. graph.json
  30. catalogue/
  31. queue/
  32. lists/
  33. lists/<tag>/
  34. q/<int:pk>/
  35. img/border/all/
  36. img/border/
  37. poems/
  38. poems/<slug:author>/<slug:slug>/
  39. <slug:author>/
  40. <slug:author>/poems/
  41. <slug:author>/poems/<slug:slug>/
  42. <slug:author>/<slug:book>/
  43. <slug:author>/<slug:book>/poems/
  44. <slug:author>/<slug:book>/poems/<slug:slug>/
  45. <slug:author>/<slug:book>/cover.jpg
  46. <slug:author>/<slug:book>/thumbnail.jpg
  47. <slug:author>/<slug:book>/square.png
  48. <slug:author>/<slug:book>/edit

The current path, reviews/2018/in-calabria/, didn’t match any of these.

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.