Page not found (404)

Request Method: GET
Request URL: http://borame.co.kr/product/%25EC%25A2%2585%25EC%259D%25B4%25EB%25B9%2584%25ED%2596%2589%25EA%25B8%25B0%25EC%25BD%2598%25EB%258D%25B4%25EC%2584%259C%25EC%25B6%25A9%25EC%25A0%2584%25EC%258B%259D-%25EC%25A0%2584%25EB%258F%2599%25EA%25B8%2580%25EB%259D%25BC%25EC%259D%25B4%25EB%258D%2594/12/category/43/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/%EC%A2%85%EC%9D%B4%EB%B9%84%ED%96%89%EA%B8%B0%EC%BD%98%EB%8D%B4%EC%84%9C%EC%B6%A9%EC%A0%84%EC%8B%9D-%EC%A0%84%EB%8F%99%EA%B8%80%EB%9D%BC%EC%9D%B4%EB%8D%94/12/category/43/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.