Page not found (404)

Request Method: GET
Request URL: https://newlinkcollege.com/ilink%25E5%258D%2587%25E5%25AD%25A6%25E8%25A7%2584%25E5%2588%2592/

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

  1. ^media/(?P<path>.+)$
  2. summernote/
  3. upload_image/
  4. tinymce/
  5. ncollege/
  6. lang/(?P<langid>\d+)/ [name='lang']
  7. agreement/ [name='agreement']
  8. privacy/ [name='privacy']
  9. [name='index']
  10. contact/ [name='contact']
  11. about/(?P<serviceid>\d+)/ [name='about']
  12. course/
  13. userinfo/
  14. cart/
  15. video/
  16. events/
  17. ^media/(?P<path>.*)$

The current path, ilink%E5%8D%87%E5%AD%A6%E8%A7%84%E5%88%92/, 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.