Page not found (404)

Request Method: GET
Request URL: https://szlgbp.hu/konyvtar

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

  1. admin/
  2. [name='index']
  3. kezdolap/
  4. kapcsolat_email/
  5. info/<str:ez>/
  6. info/<str:ez>/<str:a_slug>/
  7. esemenyek/
  8. alapitvany/
  9. galeria/fotok/
  10. galeria/videok/
  11. nappali/munkatarsak/
  12. <str:fomenu>/<str:almenu>/
  13. <str:fomenu>/<str:almenu>/<str:mellekmenu>/
  14. kereses/
  15. ^media/(?P<path>.*)$

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