Page not found (404)

Request Method: GET
Request URL: https://triathlonteam-svw05.de/index.php/sponsoren

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

  1. admin/
  2. [name='home']
  3. login/ [name='login']
  4. signup/ [name='signup']
  5. logout [name='logout']
  6. team/<str:g> [name='team']
  7. sponsoren [name='sponsoren']
  8. user [name='user']
  9. images [name='images']
  10. privacy [name='privacy']
  11. impressum [name='impressum']
  12. kontakt/ [name='kontakt']
  13. jugend [name='jugend']
  14. intern [name='intern']
  15. news/
  16. ckeditor/
  17. swimrun/
  18. captcha/
  19. ^user_files/(?P<path>.*)$

The current path, index.php/sponsoren, 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.