Page not found (404)

No Product found matching the query
Request Method: GET
Request URL: http://bidabadi.com/catalogue/lourbaf-300x252_10037/
Raised by: apps.catalogue.views.ProductDetailView

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

  1. contact/
  2. admin/
  3. [name='home']
  4. about-us/ [name='b_aboutus']
  5. about-rugs/ [name='b_aboutrugs']
  6. exhibitions/ [name='b_exhibitions']
  7. privacy-policy/ [name='b_privacy']
  8. [name='home']
  9. catalogue/ ^(?P<product_slug>[\w-]*)_(?P<product_pk>\d+)/reviews/
  10. catalogue/ [name='index']
  11. catalogue/ ^(?P<product_slug>[\w-]*)_(?P<pk>\d+)/$ [name='detail']

The current path, catalogue/lourbaf-300x252_10037/, 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.