Page not found (404)

Request Method: GET
Request URL: http://preflib.simonrey.fr/data/election/netflix/ED-00004-00000149.pwg

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

  1. djangoadmin/
  2. [name='main']
  3. ^format/?$ [name='data-format']
  4. ^datasets/?$ [name='all-datasets']
  5. ^dataset/(?P<dataset_num>[0-9]{5})/?$ [name='dataset']
  6. ^data/search/?$ [name='data-search']
  7. ^BoSc22/?$ [name='boehmer-schaar']
  8. ^tools/ivs/?$ [name='tools-IVS']
  9. ^tools/kdg/?$ [name='tools-KDG']
  10. ^tools/cris/?$ [name='tools-CRIS']
  11. ^login/?$ [name='login']
  12. ^logout/?$ [name='logout']

The current path, data/election/netflix/ED-00004-00000149.pwg, 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.