Page not found (404)

Request Method: GET
Request URL: http://headone.co.kr/product/project.html?cate_no=46

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']
  9. history [name='history']
  10. board_list [name='board_list']
  11. board_detail/<int:id>/ [name='board_detail']

The current path, product/project.html, didn’t match any of these.

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.