Page not found (404)

Request Method: GET
Request URL: http://www.bernhardwillhelm.com/stream.php

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

  1. ^admin_tools/
  2. ^admin/filebrowser/
  3. ^grappelli/
  4. ^admin/galleries/
  5. ^admin/
  6. ^404$
  7. ^diary/
  8. ^campaigns/
  9. ^artists/
  10. ^collections/
  11. ^ ^twitter_timeline/$
  12. ^ ^menus/(?P<p_menu_category_slug>[a-z\-_0-9]+)/$
  13. ^ ^partner-sponsor/(?P<p_slug>[a-z\-_0-9]+)/$
  14. ^ ^(?P<p_page_slug>[a-z\-_0-9]+)/$
  15. ^ ^$

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