Page not found (404)

No Product matches the given query.
Request Method: GET
Request URL: https://www.azmakbasicamping.com/kendicadir.html/
Raised by: serdar.views.product_detail

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

  1. azmak/
  2. sitemap.xml/
  3. robots.txt/
  4. [name='index']
  5. galeri/ [name='galeri']
  6. sss/ [name='sss']
  7. rules/ [name='rules']
  8. hakkimizda/ [name='hakkimizda']
  9. restaurant/ [name='restaurant']
  10. iletisim/ [name='iletisim']
  11. <str:slug>/ [name='product_detail']

The current path, kendicadir.html/, 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.