Page not found (404)

Request Method: GET
Request URL: http://localhost/de/ausstellung/polizeikommando-und-nazi-gefaengnis.html/
Raised by: cms.views.details

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

  1. sitemap.xml
  2. taggit_autosuggest
  3. de/ admin/
  4. de/ ^search/$ [name='aldryn-search']
  5. de/ ^blog/$ [name='blog_index']
  6. de/ ^blog/(?P<slug>[-a-zA-Z0-9_]+)/$ [name='article']
  7. de/ ^digitale-ressourcen/$ [name='documenti_ricerca']
  8. de/ ^digitale-ressourcen/documento/(?P<doc_id>[^/]+)/$ [name='documento_dettaglio']
  9. de/ ^digitale-ressourcen/documento/(?P<doc_id>[^/]+)/request$ [name='request_documento_view']
  10. de/ ^digitale-ressourcen/documento/(?P<doc_id>[^/]+)/leggio$ [name='documento_leggio']
  11. de/ ^digitale-ressourcen/fotografia/(?P<pk>[0-9]+)/$ [name='fotografia_dettaglio']
  12. de/ ^digitale-ressourcen/fotografia/(?P<pk>[0-9]+)/request$ [name='request_fotografia_view']
  13. de/ ^digitale-ressourcen/video/(?P<pk>[0-9]+)/$ [name='video_dettaglio']
  14. de/ ^digitale-ressourcen/video/(?P<pk>[0-9]+)/request$ [name='request_video_view']
  15. de/ ^cms_login/$ [name='cms_login']
  16. de/ ^cms_wizard/
  17. de/ ^(?P<slug>[0-9A-Za-z-_.//]+)/$ [name='pages-details-by-slug']
  18. de/ ^$ [name='pages-root']
  19. ^media/(?P<path>.*)$
  20. ^static/(?P<path>.*)$

The current path, /de/ausstellung/polizeikommando-und-nazi-gefaengnis.html/, 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.