Page not found (404)

No product found matching the query
Request Method: GET
Request URL: https://sippybee.com/store/wines/wine-tasting-mont-gravet-rose/
Raised by: apps.store.views.ProductDetailView

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

  1. total-sale/ [name='total_sale']
  2. api/v1/
  3. test/events/ [name='test_event_list']
  4. test/events/1 [name='test_event_details']
  5. sitemap.xml [name='sitemaps']
  6. robots.txt [name='robots']
  7. admin/
  8. admin2/
  9. account/notes/ [name='tasting_notes']
  10. account/notes/new/ [name='add_tasting_note']
  11. notes/update/ [name='update_tasting_note']
  12. account/notes/browse/ [name='browse_tasting_notes']
  13. account/notes/<id>/ [name='tasting_note']
  14. u/ [name='users']
  15. u/<username>/ [name='user_profile']
  16. u/<username>/notes/ [name='public_tasting_notes']
  17. u/<username>/notes/<id>/ [name='public_tasting_note']
  18. account/
  19. cart/
  20. checkout/
  21. orders/
  22. store/ wines/ [name='wines_list']
  23. store/ wines/<slug>/ [name='wine_detail']

The current path, store/wines/wine-tasting-mont-gravet-rose/, 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.