Page not found (404)

Request Method: GET
Request URL: https://www.ssv-kleingeschwenda.de/galerie/Stadtligaspiel_24.10.2014

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

  1. ^i18n/
  2. ^accounts/
  3. ^accounts/
  4. ^admin/
  5. ^ckeditor/
  6. ^termine/
  7. ^galerie/ ^upload$ [name='plupload']
  8. ^galerie/ ^edit/(?P<id>(.*))$ [name='edit_gallery']
  9. ^galerie/ ^(?P<category>[-\w]*)$ [name='index']
  10. ^galerie/ ^(?P<category_slug>[-\w/]+)/(?P<gallery_slug>[-\w]*)$ [name='gallery']
  11. ^training/
  12. ^thankyou/$ [name='thankyou']
  13. ^thankyou/(?P<to>[-\w\/\.]*)/$ [name='thankyou']
  14. ^sitemap/$ [name='sitemap']
  15. ^edit/(?P<id>(.*))$ [name='edit_news']
  16. ^pageedit/(?P<id>(.*))$ [name='edit_page']
  17. ^download/$ [name='download']
  18. ^presse_auszeichnungen/$ [name='presse']
  19. ^links$ [name='links']
  20. ^chronik/(?P<year>[0-9]{4})/$ [name='chronik']
  21. ^chronik/$ [name='chronik']
  22. ^$ [name='page']
  23. ^news/$ [name='news']
  24. ^profile/$ [name='profile']
  25. ^(?P<category>[-\w]+)/news$ [name='news']
  26. ^(?P<category>[-\w]+)/news/(?P<id>(.*))$ [name='news']
  27. ^(?P<category>[-\w]+)/person$ [name='categorypersons']
  28. ^(?P<category>[-\w/]*)/(?P<page_slug>[-\w]*)$ [name='page']

The current URL, galerie/Stadtligaspiel_24.10.2014, 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.