Page not found (404)

Request Method: GET
Request URL: https://bbn18.com/bbs/board.php?bo_table=hd2&wr_id=531

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

  1. ^ckeditor/
  2. ^admin/
  3. pdf/invoice/<str:no>
  4. pdf/billing/<str:no>
  5. pdf/receipt/<str:no>
  6. pdf/tax_note/<str:no>/<str:type>
  7. pdf/tax_note/<str:no>
  8. ^uploads/(?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.