Page not found (404)

No Product matches the given query.
Request Method: GET
Request URL: http://headone.co.kr/product_detail/gd6080/
Raised by: headone.views.headone_product_detail

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

  1. admin/
  2. [name='index']
  3. aboutus [name='aboutus']
  4. location [name='location']
  5. contactus [name='contactus']
  6. product_list [name='product_list']
  7. product_list/<slug:category_slug>/ [name='product_detail']
  8. product_detail/<product_slug>/ [name='product_detail']

The current path, product_detail/gd6080/, 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.