Page not found (404)

Request Method: GET
Request URL: http://www.dhondt.eu/links

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

  1. php/
  2. about/
  3. about/terminology/
  4. js/
  5. resources/
  6. elections/
  7. elections/<code>/
  8. elections/<code>/<year>/
  9. elections/<code>/<year>/<region>/
  10. php/ukeuros.php

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