Page not found (404)

Request Method: GET
Request URL: https://www.chineselanguage.org/content/index.php?id=downloads

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

  1. /
  2. content/ [name='home']
  3. content/ page/<str:menu_id> [name='page']
  4. content/ admin/?(?P<menu_id>\d+|)/?$ [name='admin-list']
  5. dictionaries/
  6. hakkadict/
  7. classroom/
  8. admin/
  9. api/v1/

The current path, content/index.php, 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.