Page not found (404)

No Product matches the given query.
Request Method: GET
Request URL: http://cellulim.com/shop/cellulim-creative-supplement/
Raised by: home.views.product

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

  1. [name='index']
  2. ebook/ [name='ebook']
  3. shop/ [name='shop']
  4. ecomfrontpage/ [name='ecomfrontpage']
  5. blogfrontpage/ [name='blogfrontpage']
  6. post/<slug:slug>/ [name='post_detail']
  7. shop/<slug:slug>/ [name='product']

The current path, shop/cellulim-creative-supplement/, 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.