Page not found (404)

Request Method: GET
Request URL: http://everydaystudy.net/lumix-lx7%25E7%2599%25BA%25E8%25A1%25A8%25EF%25BC%2581lx5%25E3%2581%258C%25E8%25B2%25B7%25E3%2581%2584%25E6%2599%2582%25EF%25BC%2581/

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, lumix-lx7%E7%99%BA%E8%A1%A8%EF%BC%81lx5%E3%81%8C%E8%B2%B7%E3%81%84%E6%99%82%EF%BC%81/, 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.