Page not found (404)

Request Method: GET
Request URL: http://www.erikheide.dk/OmErikHeide.php

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

  1. ^api/
  2. ^api/
  3. ^admin/
  4. ^media/(?P<path>.*)$
  5. ^$ [name='om']
  6. ^kort/ [name='kort']
  7. ^search_form/ [name='search']
  8. ^search/ [name='search']
  9. ^om/ [name='om']
  10. ^karusel/ [name='karusel']
  11. ^kontakt/ [name='kontakt']
  12. ^(?P<poll_id>\d+)/$ [name='detalje']

The current URL, OmErikHeide.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.