Page not found (404)

Request Method: GET
Request URL: http://goes.inzwartwit.nl/ansicht/428

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

  1. ^admin/
  2. ^card-list$
  3. ^ansichten/plaats/(?P<town_name>.+)$
  4. ^ansichten/uitgever/(?P<publisher_name>.+)$
  5. ^$
  6. ^sitemap$
  7. ^robots.txt$
  8. ^ansicht/(.+)/(?P<card_id>.+)$
  9. ^trefwoord/(?P<tag>[\w\-]+)$
  10. ^zeeland-in-zwart-wit/opensearchdescription/(?P<method>[\w\-]+)$
  11. ^inzwartwit/media/(?P<path>.*)$
  12. ^ngm_image_edit/(?P<input_id>[^\/]+)/(?P<image_key>.*)$
  13. ^ngm_image_upload$
  14. ^dynamic_media_handler$
  15. ^dynamic_media/(?P<path>.*)$
  16. ^vrdata_handler$
  17. ^static_media/(?P<path>.*)$

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