Page not found (404)

Request Method: GET
Request URL: http://djg-halle.de/index.php?id=3/

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

  1. ^admin/
  2. ^$ [name='home']
  3. ^robots\.txt
  4. ^events/
  5. ^ ^jsi18n/(?P<packages>\S+?)/$
  6. ^ ^sitemap\.xml$
  7. ^ ^robots.txt$
  8. ^ ^ ^password_reset/$ [name='password_reset']
  9. ^ ^ ^password_reset/done/$ [name='password_reset_done']
  10. ^ ^ ^reset/done/$ [name='password_reset_complete']
  11. ^ ^ ^reset/(?P<uidb64>[0-9A-Za-z_\-]+)/(?P<token>.+)/$ [name='password_reset_confirm']
  12. ^ ^ ^edit/$ [name='edit']
  13. ^ ^ ^search/$ [name='search']
  14. ^ ^ ^set_site/$ [name='set_site']
  15. ^ ^ ^set_device/(?P<device>.*)/$ [name='set_device']
  16. ^ ^ ^rating/$ [name='rating']
  17. ^ ^ ^comment/$ [name='comment']
  18. ^ ^blog/
  19. ^ ^ ^(?P<slug>.*)/$ [name='page']

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