Page not found (404)

Request Method: GET
Request URL: http://borame.co.kr/product/%EB%8F%85%EC%88%98%EB%A6%AC-%ED%95%B8%EB%93%9C%EB%9F%B0%EC%B9%98%EA%B8%80%EB%9D%BC%EC%9D%B4%EB%8D%94/37/category/31/display/1/

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

  1. [name='index']
  2. regist/ [name='regist']
  3. list/ [name='list']
  4. detail/<int:pk>/ [name='detail']
  5. update/<int:pk>/ [name='update']
  6. delete/<int:pk>/ [name='delete']
  7. pid/<int:pk>/<pks>/ [name='change_url']
  8. admin/
  9. accounts/
  10. atcoup/
  11. board/
  12. funythings/

The current path, product/독수리-핸드런치글라이더/37/category/31/display/1/, 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.