Page not found (404)

Request Method: GET
Request URL: http://everydaystudy.net/%EF%BC%88%E6%B6%BC%EF%BC%89%E6%B0%B4%E4%B8%AD%E3%81%AB%E8%B5%A4%E7%99%BD%E3%81%AE%E5%85%B1%E6%BC%94%EF%BC%88%E9%81%BF%E6%9A%91%EF%BC%89/

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

  1. /list/
  2. /getwords/
  3. /getwordstest/
  4. admin/
  5. wordsenglish
  6. wordsvietnamese
  7. wordsindonesian
  8. wordsthai
  9. wordsjapanese
  10. wordsspanish
  11. wordsrussian
  12. ^media\/(?P<path>.*)$

The current path, (涼)水中に赤白の共演(避暑)/, 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.