Page not found (404)

Request Method: GET
Request URL: http://everydaystudy.net/%25E7%25AC%25A0%25E5%25B2%25A1100%25E4%25B8%2587%25E6%259C%25AC%25E3%2581%25AE%25E3%2581%25B2%25E3%2581%25BE%25E3%2582%258F%25E3%2582%258A%25E7%2595%2591%25E3%2580%2580%25EF%25BD%259E2009%25E5%25B9%25B4%25EF%25BD%259E/

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%AC%A0%E5%B2%A1100%E4%B8%87%E6%9C%AC%E3%81%AE%E3%81%B2%E3%81%BE%E3%82%8F%E3%82%8A%E7%95%91%E3%80%80%EF%BD%9E2009%E5%B9%B4%EF%BD%9E/, 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.