Page not found (404)

Request Method: GET
Request URL: https://opar.univ-reunion.fr/visuData/?sort=Sep

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

  1. ^$ [name='home']
  2. ^instrumentinstall/ [name='instrumentinstall']
  3. ^datapolicy/ [name='datapolicy']
  4. ^login/
  5. ^logout/
  6. ^captcha/
  7. ^register/ [name='register']
  8. ^media/(?P<url_filename>.*)$ [name='protectdata']
  9. ^eobsAdminUser/
  10. ^eobsAdminFiles/
  11. ^media\/(?P<path>.*)$

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