Page not found (404)

Request Method: GET
Request URL: https://openid.eodataservice.org/openid/

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

  1. ^$ [name='home']
  2. ^accounts/
  3. ^oidc/
  4. ^dashboard/
  5. ^authorization/
  6. ^messages/
  7. ^cli/
  8. ^settings/
  9. ^resources/
  10. ^coverage_resources/
  11. ^wps_resources/
  12. ^fat_resources/
  13. ^project_resources/
  14. ^api/
  15. ^ops_resources/
  16. ^admin/

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