Page not found (404)

Request Method: GET
Request URL: http://eigenheim.upstream:8080/index.html

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. editions/
  15. summernote/
  16. admin/
  17. api/
  18. cm/
  19. captcha/
  20. tinymce/
  21. ^s/(?P<path>.*)$

The current path, index.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.