Page not found (404)

Request Method: GET
Request URL: http://varensvakresteeventyr.com/paamelding/114/2/

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

  1. ^admin/
  2. ^static/(?P<path>.*)$
  3. ^$
  4. ^entry/(?P<object_id>\d+)/$
  5. ^terminliste/$
  6. ^terminliste/(?P<year>\d+)/$
  7. ^news/(?P<year>\d+)/$
  8. ^deltakerliste/(?P<competitionid>\d+)/$
  9. ^results/(?P<competitionid>\d+)/$
  10. ^resultsall/(?P<year>\d+)/$
  11. ^recalculate/$

The current URL, paamelding/114/2/, 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.