Page not found (404)

No artist found matching the query
Request Method: GET
Request URL: http://eigenheim.upstream:8080/artists/guests/
Raised by: galerie_eigenheim_de.apps.arts.views.ArtistDetailView

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']

The current path, artists/guests/, 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.