Page not found (404)

Request Method: GET
Request URL: https://www.linkxue.com/%25E8%25A7%2584%25E5%2588%2592%25E6%25B5%2581%25E7%25A8%258B/

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

  1. ^media/(?P<path>.+)$
  2. ^chaining/
  3. upload_image/
  4. tinymce/
  5. linkxueadmin/
  6. login/ [name='login']
  7. logout/ [name='logout']
  8. register/ [name='register']
  9. captcha/
  10. active/(?P<active_code>.*)/ [name='user_active']
  11. forget/ [name='forget']
  12. resetpwd/(?P<active_code>.*)/ [name='resetpwd']
  13. modify_pwd/ [name='modify_pwd']
  14. [name='index']
  15. about/
  16. teacher/
  17. user/
  18. course/
  19. cart/
  20. exam/
  21. levelexam/
  22. .well-known/pki-validation/68DF9B5E804162E39EB940BA4298159E.txt/ [name='.well-known/pki-validation/68DF9B5E804162E39EB940BA4298159E.txt']
  23. ^media/(?P<path>.*)$

The current path, %E8%A7%84%E5%88%92%E6%B5%81%E7%A8%8B/, 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.