Page not found (404)

Request Method: GET
Request URL: http://everydaystudy.net/%25E6%2597%25A5%25E5%25B8%25B8%25E3%2581%25AE%25E7%2594%259F%25E6%25B4%25BB%25E3%2581%25AE%25E4%25B8%25AD%25E3%2581%25A7%25E3%2581%25B5%25E3%2581%25A8%25E6%25B0%2597%25E3%2581%258C%25E3%2581%25A4%25E3%2581%258F%25E3%2581%2593%25E3%2581%25A8/

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, %E6%97%A5%E5%B8%B8%E3%81%AE%E7%94%9F%E6%B4%BB%E3%81%AE%E4%B8%AD%E3%81%A7%E3%81%B5%E3%81%A8%E6%B0%97%E3%81%8C%E3%81%A4%E3%81%8F%E3%81%93%E3%81%A8/, 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.