Page not found (404)

Request Method: GET
Request URL: http://www.helmut-oesting.de/projekt.php?id=103

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

  1. ^__debug__/
  2. ^$ [name='home']
  3. ^about/$ [name='about']
  4. ^admin/
  5. ^users/
  6. ^accounts/
  7. ^tinymce/
  8. ^projects/
  9. ^index.html
  10. ^media\/(?P<path>.*)$
  11. ^static\/(?P<path>.*)$
  12. ^400/$
  13. ^403/$
  14. ^404/$
  15. ^500/$

The current path, projekt.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.