Page not found (404)

Request Method: GET
Request URL: http://everydaystudy.net/%25E3%2581%25BE%25E3%2582%258B%25E3%2581%25A7%25E3%2583%2581%25E3%2583%25A7%25E3%2583%25AD%25EF%25BD%2591%25EF%25BC%2581smart%25E3%2581%25AE%25E6%2594%25B9%25E9%2580%25A0%25E8%25BB%258A%25E3%2581%2584%25E3%2582%258D%25E3%2581%2584%25E3%2582%258D/

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%81%BE%E3%82%8B%E3%81%A7%E3%83%81%E3%83%A7%E3%83%AD%EF%BD%91%EF%BC%81smart%E3%81%AE%E6%94%B9%E9%80%A0%E8%BB%8A%E3%81%84%E3%82%8D%E3%81%84%E3%82%8D/, 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.