Page not found (404)

Request Method: GET
Request URL: http://www.dhondt.eu/php/dhondt.php?name0=DUP&colour0=ffffff&name1=SF&colour1=00ff00&name2=UUP&colour2=000fff&name3=SDLP&colour3=ff0000&name4=Alliance&colour4=ffff99&name5=Green&colour5=cccccc&name6=Other&colour6=ff99ff&seats=10&submit=Use+settings

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, php/dhondt.php, 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.