Page not found (404)

Request Method: GET
Request URL: https://newlinkcollege.com/dt_courses/sat%25E6%2595%2599%25E5%25AD%25A6%25E4%25B8%25AD%25E5%25BF%2583/

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, dt_courses/sat%E6%95%99%E5%AD%A6%E4%B8%AD%E5%BF%83/, 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.