Page not found (404)

Request Method: GET
Request URL: http://borame.co.kr/board/product/write.html?board_no=4&product_no=26&cate_no=1&display_group=5

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/ [name='index']
  12. board/ <int:question_id>/ [name='detail']
  13. board/ answer/create/<int:question_id>/ [name='answer_create']
  14. board/ question/create/ [name='question_create']
  15. board/ question/update/<int:question_id>/ [name='question_update']
  16. board/ question/delete/<int:question_id>/ [name='question_delete']
  17. board/ answer/update/<int:answer_id>/ [name='answer_update']
  18. board/ answer/delete/<int:answer_id>/ [name='answer_delete']
  19. funythings/

The current path, board/product/write.html, 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.