Page not found (404)

Request Method: GET
Request URL: http://eigenheim.upstream:8080/artists/konstantin-bayer/exhibitions/

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/ project-<int:pk> [name='project-detail-fragment']
  13. artists/ p-<int:pk>.json [name='project-detail-json']
  14. artists/ <slug:slug>/ [name='artist-detail']
  15. artists/
  16. exhibitions/
  17. editions/
  18. summernote/
  19. admin/
  20. api/
  21. cm/
  22. captcha/
  23. tinymce/
  24. ^s/(?P<path>.*)$

The current path, artists/konstantin-bayer/exhibitions/, 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.