Page not found (404)

Request Method: GET
Request URL: http://borame.co.kr/category/%25EA%25B5%2590%25EC%259C%25A1%25EC%259A%25A9%25EA%25B8%25B0%25EC%259E%2590%25EC%259E%25AC/24/?page=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, category/%EA%B5%90%EC%9C%A1%EC%9A%A9%EA%B8%B0%EC%9E%90%EC%9E%AC/24/, 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.