Page not found (404)

Request Method: GET
Request URL: http://www.osinga.com/projects/googlebattle?q1=God&q2=Allah

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

  1. admin/
  2. persoon/<persoon_id>.html [name='detail']
  3. persoon/<persoon_id>/ [name='detail_without_html']
  4. map_of_persons/ [name='map_of_persons']
  5. timeline/ [name='timeline']
  6. search/ [name='search']
  7. links/ [name='links']
  8. documentatie/ [name='documentatie']
  9. admin.html [name='admin']
  10. [name='Index']
  11. fotos.html [name='Fotos']
  12. edit_person/<int:person_id>/ [name='edit_person']
  13. create_person/ [name='create_person']
  14. upgrade/ [name='upgrade']
  15. ^static/(?P<path>.*)$

The current path, projects/googlebattle, 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.