Page not found (404)

Request Method: GET
Request URL: https://www.himmlischlecker.de/herzhaft-kochen/

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

  1. admin/
  2. baton/
  3. ckeditor/
  4. [name='home']
  5. de/uber-mich/ [name='about']
  6. angebot/ [name='services']
  7. kontakt/ [name='contact']
  8. daten/ [name='polityka']
  9. impressum/ [name='impressum']
  10. agb/ [name='agb']
  11. photos/ [name='gallerie']
  12. extra/de/ [name='extra']
  13. pl/ [name='strona_glowna']
  14. pl/o-mnie/ [name='omnie']
  15. uslugi/ [name='uslugi']
  16. kontakt_pl/ [name='kontakt_pl']
  17. dane/ [name='polityka_prywatnosci']
  18. informacje_prawne/ [name='informacje_prawne']
  19. warunki_handlowe/ [name='warunki_handlowe']
  20. zdjecia/ [name='galeria']
  21. dodatkowe/ [name='dodatkowe']
  22. ^media/(?P<path>.*)$
  23. ^static/(?P<path>.*)$

The current path, herzhaft-kochen/, 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.