Page not found (404)

Request Method: GET
Request URL: http://everydaystudy.net/%25E3%2580%258C%25E6%259A%25A6%25E3%2581%25AE%25E4%25B8%258A%25E3%2581%25A7%25E3%2581%25AF%25E6%2598%25A5%25E3%2581%25A7%25E3%2581%2599%25E3%2581%258C%25E3%2580%258D%25E3%2581%25AF%25E8%2581%259E%25E3%2581%258D%25E9%25A3%25BD%25E3%2581%258D%25E3%2581%259F/

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%E6%9A%A6%E3%81%AE%E4%B8%8A%E3%81%A7%E3%81%AF%E6%98%A5%E3%81%A7%E3%81%99%E3%81%8C%E3%80%8D%E3%81%AF%E8%81%9E%E3%81%8D%E9%A3%BD%E3%81%8D%E3%81%9F/, 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.