Page not found (404)

Request Method: GET
Request URL: http://everydaystudy.net/%25E5%25B7%25BB%25E3%2581%258D%25E5%25AF%25BF%25E5%258F%25B8%25E9%25A3%259F%25E3%2581%25B9%25E3%2582%258B%25E3%2582%2588%25E3%2580%2582%25E8%25B1%2586%25E3%2582%2582%25E9%25A3%259F%25E3%2581%25B9%25E3%2582%258B%25E3%2582%2588%25E3%2580%2582/

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, %E5%B7%BB%E3%81%8D%E5%AF%BF%E5%8F%B8%E9%A3%9F%E3%81%B9%E3%82%8B%E3%82%88%E3%80%82%E8%B1%86%E3%82%82%E9%A3%9F%E3%81%B9%E3%82%8B%E3%82%88%E3%80%82/, 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.