Page not found (404)

Request Method: GET
Request URL: https://metashare.ut.ee/saml2/login/?next=/repository/browse/taxonomy-extracted-from-estonian-wikipedia-text-10/a0c2e082f25211e8a6e4005056b40024f271a67e59094fa591613d286814b8c9/

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

  1. ^$
  2. ^info/$ [name='info']
  3. ^login/$
  4. ^logout/$
  5. ^admin/
  6. ^editor/
  7. ^accounts/
  8. ^stats/
  9. ^repository/
  10. ^sync/
  11. ^selectable/
  12. ^sitemap\.xml$
  13. ^robots\.txt$
  14. ^static\/(?P<path>.*)$

The current URL, saml2/login/, 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.