Page not found (404)

Request Method: GET
Request URL: https://www.zslibotenice.cz/poradny.php

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

  1. admin/
  2. [name='index']
  3. aktuality/ [name='aktuality']
  4. organizaceskoly/ [name='organizaceskoly']
  5. organizaceroku/ [name='organizaceroku']
  6. zapisprvnitrida/ [name='zapisprvnitrida']
  7. poradny/ [name='poradny']
  8. zamestnanci/ [name='zamestnanci']
  9. dokumenty/ [name='dokumenty']
  10. historie/ [name='historie']
  11. projekty/ [name='projekty']
  12. dokumenty_ms/ [name='dokumenty_ms']
  13. ms/ [name='ms']
  14. projekty_ms/ [name='projekty_ms']
  15. zapis_ms/ [name='zapis_ms']
  16. jidelna/ [name='jidelna']
  17. kontakt/ [name='kontakt']
  18. druzina/ [name='druzina']
  19. krouzky/ [name='krouzky']

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