Page not found (404)

Request Method: GET
Request URL: https://app.carthage.edu/schedule/P/PC/2018/
Raised by: djshed.views.schedule

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

  1. accounts/login/ [name='auth_login']
  2. accounts/logout/ [name='auth_logout']
  3. accounts/loggedout/ [name='auth_loggedout']
  4. accounts/
  5. denied/ [name='access_denied']
  6. rocinante/
  7. <str:program>/<str:term>/<str:year>/ [name='schedule']

The current path, P/PC/2018/, matched the last one.

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.