Page not found (404)

Request Method: GET
Request URL: http://everydaystudy.net/%25E6%259C%25AC%25E9%2599%25A3%25E6%25AE%25BA%25E4%25BA%25BA%25E4%25BA%258B%25E4%25BB%25B6%25E3%2581%25AE%25E9%259B%25BB%25E5%25A0%25B1%25E3%2582%2592%25E5%2586%258D%25E7%258F%25BE/

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%9C%AC%E9%99%A3%E6%AE%BA%E4%BA%BA%E4%BA%8B%E4%BB%B6%E3%81%AE%E9%9B%BB%E5%A0%B1%E3%82%92%E5%86%8D%E7%8F%BE/, 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.