Page not found (404)

Request Method: GET
Request URL: http://borame.co.kr/product/%25EC%258A%2588%25ED%258C%2585%25EC%258A%25A4%25ED%2583%2580-v-1-%25EA%25B8%2580%25EB%259D%25BC%25EC%259D%25B4%25EB%258D%2594%25EB%258D%2598%25EC%25A7%2580%25EA%25B8%25B0%25EC%258F%2598%25EA%25B8%25B0%25EA%25B2%25B8%25EC%259A%25A9/35/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/%EC%8A%88%ED%8C%85%EC%8A%A4%ED%83%80-v-1-%EA%B8%80%EB%9D%BC%EC%9D%B4%EB%8D%94%EB%8D%98%EC%A7%80%EA%B8%B0%EC%8F%98%EA%B8%B0%EA%B2%B8%EC%9A%A9/35/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.