Page not found (404)

Request Method: GET
Request URL: http://everydaystudy.net/%25E3%2580%258C%25E3%2581%25A8%25E3%2582%258C%25E3%2581%259F%25E3%2581%25A6%25E6%25BC%2581%25E5%25B8%25AB%25E3%2581%25AE%25E5%25BA%2597%25E3%2580%2580%25E7%25A8%25B2%25E8%258D%25B7%25E4%25B8%25B8%25E3%2580%258D%25E3%2581%25A7%25E7%2589%25A1%25E8%25A0%25A3%25E3%2581%25AE%25E9%25A3%259F%25E3%2581%25B9%25E6%2594%25BE%25E9%25A1%258C/

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, %E3%80%8C%E3%81%A8%E3%82%8C%E3%81%9F%E3%81%A6%E6%BC%81%E5%B8%AB%E3%81%AE%E5%BA%97%E3%80%80%E7%A8%B2%E8%8D%B7%E4%B8%B8%E3%80%8D%E3%81%A7%E7%89%A1%E8%A0%A3%E3%81%AE%E9%A3%9F%E3%81%B9%E6%94%BE%E9%A1%8C/, 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.