Page not found (404)

Request Method: GET
Request URL: https://app-server/400/400308/

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

  1. ^ ^$ [name='index']
  2. ^soft/admin/
  3. ^soft/accounts/login/$ [name='login']
  4. ^soft/accounts/logout/$ [name='logout']
  5. ^soft/accounts/
  6. ^soft/schedule/
  7. ^soft/attendance/
  8. ^soft/records/

The current path, 400/400308/, 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.