Page not found (404)

Request Method: GET
Request URL: http://everydaystudy.net/%25E3%2580%258C%25E5%2590%258D%25E6%258E%25A2%25E5%2581%25B5%25E3%2581%25AE%25E3%2581%25B5%25E3%2582%258B%25E3%2581%2595%25E3%2581%25A8%25E5%258B%259F%25E9%2587%2591%25E3%2580%258D%25E9%2587%2591%25E7%2594%25B0%25E4%25B8%2580%25E5%258B%259F%25E9%2587%2591%25E3%2580%2580%25E5%258C%25BF%25E5%2590%258D%25E5%258B%259F%25E9%2587%2591/

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%80%8C%E5%90%8D%E6%8E%A2%E5%81%B5%E3%81%AE%E3%81%B5%E3%82%8B%E3%81%95%E3%81%A8%E5%8B%9F%E9%87%91%E3%80%8D%E9%87%91%E7%94%B0%E4%B8%80%E5%8B%9F%E9%87%91%E3%80%80%E5%8C%BF%E5%90%8D%E5%8B%9F%E9%87%91/, 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.