Page not found (404)

Request Method: GET
Request URL: https://sts.epfl.ch/page16973.html

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

  1. api/
  2. api/
  3. admin/
  4. ^media3/(?P<path>.+) [name='media3']
  5. docs/accessterms
  6. ^login/$ [name='login']
  7. ^logout/$ [name='logout']
  8. ^swagger(?P<format>\.json|\.yaml)$ [name='schema-json']
  9. ^swagger/$ [name='schema-swagger-ui']
  10. ^redoc/$ [name='schema-redoc']

The current path, page16973.html, 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.