Page not found (404)

Request Method: GET
Request URL: http://www.kcsw.or.kr/contents/main/main.pr

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

  1. [name='index']
  2. contents/ introduce [name='introduce']
  3. contents/ history [name='history']
  4. contents/ organigation [name='organigation']
  5. contents/ notice [name='notice']
  6. contents/ notice/<int:id> [name='notice_id']
  7. contents/ archive [name='archive']
  8. contents/ archive/<int:id> [name='archive_id']

The current path, contents/main/main.pr, 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.