Page not found (404)

Request Method: GET
Request URL: https://bbn18.com/bbs/sns_send.php?longurl=https%3A%2F%2Fbbn18.com%3A443&title=%E2%99%A5%EB%B9%B5%EB%B9%B5%EB%84%B7%E2%99%A519+-+%ED%94%8C%EB%A0%88%EC%9D%B4%EB%A7%A8%2C+%EB%AC%B4%EB%A3%8C%EC%95%BC%EB%8F%99%2C+%EC%95%BC%EB%8F%99%2C+%ED%95%9C%EA%B5%AD%EC%95%BC%EB%8F%99%2C+%EC%9D%BC%EB%B3%B8%EC%95%BC%EB%8F%99%2C+%EC%84%9C%EC%96%91%EC%95%BC%EB%8F%99%2C+%EC%A4%91%EA%B5%AD%EC%95%BC%EB%8F%99%2C+%EC%95%BC%EC%84%A4%2C&sns=facebook

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/sns_send.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.