Page not found (404)

Request Method: GET
Request URL: http://everydaystudy.net/%E6%97%85%E8%A1%8C%E3%81%AB%E6%8C%81%E3%81%A3%E3%81%A6%E8%A1%8C%E3%81%8D%E3%81%9F%E3%81%84%E3%82%BF%E3%82%B3%E8%B6%B3%E3%82%B1%E3%83%BC%E3%83%96%E3%83%AB/

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.