Page not found (404)

Request Method: GET
Request URL: https://r-eichinger.at/B%C3%BCcher/

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

  1. erdbeerkuchen/
  2. admin/
  3. [name='home_page']
  4. Buecher/<int:pk>/<slug:slug>/ [name='portfolio_detail_page']
  5. impressum/ [name='impressum_page']
  6. summernote/
  7. ^media/(?P<path>.*)$

The current path, Bücher/, 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.