Page not found (404)

Request Method: GET
Request URL: https://www.chinalanguage.com/dictionaries/ccdict/

Using the URLconf defined in config.urls, Django tried these URL patterns, in this order:

  1. /
  2. content/
  3. dictionaries/ [name='home']
  4. dictionaries/ chardict [name='chardict-list']
  5. dictionaries/ <str:lang>/chardict [name='chardict-list2']
  6. dictionaries/ <str:lang>/chardict/<str:codepoint> [name='chardict-codepoint-list']
  7. dictionaries/ <str:lang>/chinese-english/ [name='chinese-english-list']
  8. dictionaries/ <str:lang>/chinese-english/<str:query> [name='chinese-english-query']
  9. dictionaries/ <str:lang>/english-chinese/ [name='english-chinese-list']
  10. dictionaries/ <str:lang>/dialect/ [name='dialect-list']
  11. dictionaries/ <str:lang>/vocabulary/ [name='vocabulary-list']
  12. dictionaries/ <str:lang>/vocabulary/<int:id> [name='vocabulary-detail']
  13. hakkadict/
  14. classroom/
  15. admin/
  16. api/v1/

The current path, dictionaries/ccdict/, 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.