Page not found (404)

Request Method: GET
Request URL: http://everydaystudy.net/%25E3%2583%25AB%25E3%2582%25A2%25E3%2583%25BC%25E3%2583%259E%25E3%2582%25AC%25E3%2582%25B8%25E3%2583%25B3%25E3%2582%25BD%25E3%2583%25AB%25E3%2583%2588%25E3%2580%2580%25E3%2583%25A1%25E3%2583%2590%25E3%2583%25AB%25E7%258E%258B2%25E3%2580%25802009-2010%25E3%2580%2580%25E5%2585%2590%25E5%25B3%25B6%25E7%258E%25B2%25E5%25AD%2590/

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%83%AB%E3%82%A2%E3%83%BC%E3%83%9E%E3%82%AC%E3%82%B8%E3%83%B3%E3%82%BD%E3%83%AB%E3%83%88%E3%80%80%E3%83%A1%E3%83%90%E3%83%AB%E7%8E%8B2%E3%80%802009-2010%E3%80%80%E5%85%90%E5%B3%B6%E7%8E%B2%E5%AD%90/, 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.