Page not found (404)

Request Method: GET
Request URL: http://everydaystudy.net/amazon%25E3%2580%2580%25E3%2582%25B9%25E3%2583%259D%25E3%2583%25BC%25E3%2583%2584%25EF%25BC%2586%25E3%2582%25A2%25E3%2582%25A6%25E3%2583%2588%25E3%2583%2589%25E3%2582%25A2%25E3%2580%2580%25E6%259C%2580%25E5%25A4%25A789%25EF%25BC%2585off%25E5%259C%25A8%25E5%25BA%25AB%25E5%2587%25A6%25E5%2588%2586%25E3%2582%25BB%25E3%2583%25BC/

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, amazon%E3%80%80%E3%82%B9%E3%83%9D%E3%83%BC%E3%83%84%EF%BC%86%E3%82%A2%E3%82%A6%E3%83%88%E3%83%89%E3%82%A2%E3%80%80%E6%9C%80%E5%A4%A789%EF%BC%85off%E5%9C%A8%E5%BA%AB%E5%87%A6%E5%88%86%E3%82%BB%E3%83%BC/, 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.