Page not found (404)

Request Method: GET
Request URL: https://gracedb-test.ligo.org/shibboleth-sp

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

  1. ^__debug__/
  2. ^$ [name='home']
  3. ^navbar_only$ [name='navbar-only']
  4. ^SPInfo [name='spinfo']
  5. ^SPPrivacy [name='spprivacy']
  6. ^DiscoveryService [name='discovery']
  7. ^events/
  8. ^superevents/
  9. ^alerts/
  10. ^feeds/(?P<url>.*)/$
  11. ^feeds/$ [name='feeds']
  12. ^other/$ [name='other']
  13. ^performance/$ [name='performance']
  14. ^reports/$ [name='reports']
  15. ^latest/$ [name='latest']
  16. ^search/$ [name='mainsearch']
  17. ^login/$ [name='login']
  18. ^post-login/$ [name='post-login']
  19. ^logout/$ [name='logout']
  20. ^manage-password/$ [name='manage-password']
  21. ^api/
  22. ^apibasic/
  23. ^apiweb/
  24. ^heartbeat/$ [name='heartbeat']
  25. ^admin/
  26. ^ account/sessions/ [name='session_list']
  27. ^ account/sessions/other/delete/ [name='session_delete_other']
  28. ^ ^account/sessions/(?P<pk>\w+)/delete/$ [name='session_delete']

The current path, shibboleth-sp, 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.