Page not found (404)

Request Method: GET
Request URL: https://www.lubnik.cz/kniha.php

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

  1. ^$ [name='home']
  2. ^home-iframe$ [name='home-iframe']
  3. ^home-rss$ [name='home-rss']
  4. ^grappelli/
  5. ^admin/filebrowser/
  6. ^admin/
  7. ^markdown/
  8. ^pristupnost/$ [name='access']
  9. ^obecni-urad/$ [name='urad']
  10. ^obecni-urad/uredni-deska/
  11. ^obecni-urad/zastupitelstvo/$ [name='council']
  12. ^obecni-urad/povinne-informace/$ [name='mandatory']
  13. ^obecni-urad/zivotni-situace/$ [name='situations']
  14. ^obecni-urad/zpravodaj/$ [name='newsletter']
  15. ^obecni-urad/rozpocty/$ [name='budgets']
  16. ^obecni-urad/gdpr/$ [name='gdpr']
  17. ^obecni-urad/smernice/$ [name='guideline']
  18. ^obecni-urad/rozpocty/opatreni/$ [name='budget-measures']
  19. ^obecni-urad/zaverecne-ucty/$ [name='accounts']
  20. ^obecni-urad/dotace/$ [name='subsidy']
  21. ^obecni-urad/zapisy-zo/$ [name='council-minutes']
  22. ^obec/$ [name='obec']
  23. ^obec/historie/$ [name='history']
  24. ^obec/knihovna/$ [name='library']
  25. ^obec/klub-duchodcu/$ [name='elders']
  26. ^obec/uzitecne-odkazy/$ [name='links']
  27. ^obec/diskuze/$ [name='disqus']
  28. ^aktuality/
  29. ^hlaseni-rozhlasu/
  30. ^fotogalerie/
  31. ^firmy/$ [name='firmy']
  32. ^google4ba43710ea9cc4ae\.html$
  33. ^static\/(?P<path>.*)$
  34. ^media\/(?P<path>.*)$

The current URL, kniha.php, 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.