Page not found (404)

Request Method: GET
Request URL: https://www.interqua.co.kr/bbs/board.php?bo_table=qa

Using the URLconf defined in config.urls, Django tried these URL patterns, in this order:

  1. __debug__/
  2. [name='index']
  3. login/ [name='login']
  4. logout/ [name='logout']
  5. register/ [name='register']
  6. password/change/ [name='password-change']
  7. password/reset/form/ [name='password-reset-form']
  8. password/reset/done/ [name='password-reset-done']
  9. reset/confirm/<uidb64>/<token>/ [name='password-reset-confirm']
  10. reset/done/ [name='password-reset-complete']
  11. terms/ [name='terms']
  12. piracy/ [name='piracy']
  13. about/
  14. product/
  15. reference/
  16. board/
  17. search/
  18. mypage/
  19. admin/
  20. summernote/
  21. robots.txt
  22. ^media\/(?P<path>.*)$

The current path, bbs/board.php, 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.