Page not found (404)

No exhibition found matching the query
Request Method: GET
Request URL: http://eigenheim.upstream:8080/exhibitions/2008/
Raised by: galerie_eigenheim_de.apps.activities.views.ExhibitionDetailView

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

  1. ^set-language-(?P<language>de|en)/$
  2. gallery/
  3. impressum/
  4. newsletter/
  5. buy-catalogue/
  6. buy-edition/
  7. enquire/
  8. thank-you/
  9. catalogues/
  10. catalogues/<slug:slug>/
  11. arts/
  12. artists/
  13. exhibitions/
  14. exhibitions/ <slug:slug>/

The current path, exhibitions/2008/, matched the last one.

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.