Page not found (404)

Request Method: GET
Request URL: http://everydaystudy.net/%25E7%2599%25BD%25E3%2583%25A1%25E3%2583%2580%25E3%2582%25AB%25EF%25BC%2588%25E3%2583%259C%25E3%2582%25A6%25E3%2583%2595%25E3%2583%25A9%25E3%2582%25B5%25E3%2582%25A4%25E3%2582%25BA%25EF%25BC%2589/

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%99%BD%E3%83%A1%E3%83%80%E3%82%AB%EF%BC%88%E3%83%9C%E3%82%A6%E3%83%95%E3%83%A9%E3%82%B5%E3%82%A4%E3%82%BA%EF%BC%89/, 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.