Page not found (404)

Request Method: GET
Request URL: https://labs.macrosoft.sk/kon%25C5%25A1trukcie

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

  1. products/
  2. admin/
  3. [name='home']
  4. marketing [name='marketing']
  5. skateboard [name='skateboard']
  6. konštrukcie [name='konstrukcie']
  7. konzultácie [name='konzultacie']
  8. fitness [name='fitness']
  9. kaviareň [name='kaviaren']
  10. medical [name='medical']
  11. barber [name='barber']
  12. restaurant [name='restaurant']
  13. hotel [name='hotel']
  14. spa [name='spa']
  15. pizza [name='pizza']
  16. burgur [name='burgur']
  17. plumber [name='plumber']
  18. mobile-app [name='mobile_app']
  19. tattoo [name='tattoo']
  20. band [name='band']
  21. kontakt [name='contact']
  22. preco-nas [name='why_us']
  23. nase-referencie [name='nase_referencie']

The current path, kon%C5%A1trukcie, 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.