Page not found (404)

Request Method: GET
Request URL: https://www.danielguggenheim.com/presse/presse-downloads

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

  1. ^en/
  2. ^konzerte/
  3. ^concerts/
  4. ^diskographie/
  5. ^discography/
  6. ^projekte/
  7. ^projects/
  8. ^galerie/
  9. ^gallery/
  10. ^biographie/
  11. ^biography/
  12. ^presse/ ^$ [name='index']
  13. ^press/
  14. ^kontakt/
  15. ^contact/
  16. ^media\/(?P<path>.*)$

The current URL, presse/presse-downloads, 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.