Page not found (404)

Request Method: GET
Request URL: https://www.parkujeme.cz/katalog/2/alarmy

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

  1. ^djangoAdmin/(.*)
  2. ^admin
  3. ^purchase
  4. ^shop
  5. ^text
  6. ^customer
  7. ^m/(?P<path>.*)$
  8. ^data/(?P<path>.*)$
  9. ^facebox/(?P<path>.*)$
  10. ^dajaxice/
  11. ^robots\.txt$
  12. ^ ^$
  13. ^ ^kategorie/$
  14. ^ ^kategorie/(.*)$
  15. ^ ^kategorie/(.*)/([0-9]*)$
  16. ^ ^detail/(.*)$

The current URL, katalog/2/alarmy, 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.