Page not found (404)

Request Method: GET
Request URL: http://www.soeburi.org/soeburi/sub01_05.html

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

  1. admin/
  2. [name='home']
  3. festival/ [name='festival']
  4. festival_soeburi/ [name='festival_soeburi']
  5. festival_program/ [name='festival_program']
  6. festival_culture/ [name='festival_culture']
  7. festival_exhibition/ [name='festival_exhibition']
  8. festival_experience/ [name='festival_experience']
  9. festival_intro/ [name='festival_intro']
  10. festival_play/ [name='festival_play']
  11. festival_restore/ [name='festival_restore']
  12. festival_schedule/ [name='festival_schedule']
  13. board/
  14. program/
  15. library/
  16. ^media\/(?P<path>.*)$

The current path, soeburi/sub01_05.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.