Page not found (404)

Request Method: GET
Request URL: http://www.jogapodvezi.cz/provozni_rad:

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

  1. ^$
  2. ^aktuality/?$
  3. ^aktuality/(?P<page>\d+)$
  4. ^aktuality/(?P<notice_name>[^/]*)
  5. ^studio/?$
  6. ^lektori/?$
  7. ^lektori/(?P<instructor_name>[^/]*)
  8. ^fotogalerie/?$
  9. ^fotogalerie/(?P<gallery_name>[^/]*)
  10. ^provozni_rad/?$
  11. ^druhy_jogy/?$
  12. ^poprve_na_lekci/?$
  13. ^rozvrh/(?P<schedule_date>[^/]*)?$
  14. ^akce_kurzy/?$
  15. ^cenik/?$
  16. ^eshop/?$
  17. ^kontakt/?$
  18. ^odber$
  19. ^nastaveni$
  20. ^ucet/(?P<request_uuid>[^/]*)
  21. ^obnoveni_hesla$
  22. ^prihlasit$
  23. ^odhlasit$
  24. ^rezervovat$
  25. ^admin/?
  26. ^data\/(?P<path>.*)$

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