Page not found (404)

Request Method: GET
Request URL: http://borame.co.kr/article/%25EB%25B3%25B4%25EB%259D%25BC%25EB%25A7%25A4-%25EC%2595%258C%25EB%25A6%25BC%25EC%2582%25AC%25ED%2595%25AD/1/7/

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, article/%EB%B3%B4%EB%9D%BC%EB%A7%A4-%EC%95%8C%EB%A6%BC%EC%82%AC%ED%95%AD/1/7/, 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.