Page not found (404)

No Handbook matches the given query.
Request Method: GET
Request URL: https://develop-shephard-shop.dev.giantmade.net/handbooks/special-operations-equipment/
Raised by: products.views.product_detail

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

  1. ^favicon\.ico
  2. ^robots\.txt$
  3. ^google33b1735040ebbe58\.html
  4. ^c6e3aaf6776ca314d3a1989de4c73798b2b8708f/$
  5. ^convert-units/$ [name='convert_units']
  6. ^dashboard/$ [name='dashboard']
  7. ^dashboard-list/$ [name='dashboard-list']
  8. ^too-many-sessions [name='too_many_sessions']
  9. ^static/(?P<path>.*)$
  10. ^media/(?P<path>.*)$
  11. ^500/$
  12. ^403/$
  13. ^404/$
  14. ^__debug__/
  15. ^$ [name='index']
  16. ^currency/$ [name='currency']
  17. ^basket/$ [name='basket']
  18. ^basket/coupon/$ [name='basket_coupon']
  19. ^basket/update/$ [name='basket_update']
  20. ^checkout/$ [name='checkout']
  21. ^checkout/confirmation/$ [name='checkout_confirmation']
  22. ^checkout/complete/$ [name='checkout_complete']
  23. ^handbooks/$ [name='handbooks']
  24. ^magazines/$ [name='magazines']
  25. ^subscriptions/$ [name='subscriptions']
  26. ^handbooks/(?P<slug>[\w-]+)/$ [name='handbook']

The current path, handbooks/special-operations-equipment/, 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.