Page not found (404)

Request Method: GET
Request URL: http://everydaystudy.net/%25E7%2599%25BD%25E3%2581%2584%25E3%2581%2594%25E9%25A3%25AF%25E3%2581%25AB%25E5%2590%2588%25E3%2581%2586%25E3%2581%258A%25E3%2581%258B%25E3%2581%259A%25E3%2583%25A9%25E3%2583%25B3%25E3%2582%25AD%25E3%2583%25B3%25E3%2582%25B0%25E3%2581%25AB%25E9%25A3%259F%25E3%2581%25B9%25E3%2582%258B%25E3%2583%25A9%25E3%2583%25BC%25E6%25B2%25B9/

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, %E7%99%BD%E3%81%84%E3%81%94%E9%A3%AF%E3%81%AB%E5%90%88%E3%81%86%E3%81%8A%E3%81%8B%E3%81%9A%E3%83%A9%E3%83%B3%E3%82%AD%E3%83%B3%E3%82%B0%E3%81%AB%E9%A3%9F%E3%81%B9%E3%82%8B%E3%83%A9%E3%83%BC%E6%B2%B9/, 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.