Page not found (404)

Request Method: GET
Request URL: http://www.bjmti.com/resource/ShowClass.Asp?ClassID=34

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

  1. ^superadmin/
  2. ^admin/
  3. ^h5/
  4. api/
  5. apple/api/
  6. ^$ [name='index']
  7. ^homework_share
  8. ^service_agreement
  9. ^.well-known/apple-app-site-association/
  10. ^upload/(?P<path>.*)$

The current URL, resource/ShowClass.Asp, 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.