Page not found (404)

Request Method: GET
Request URL: https://sorrento.te.ua/kontakty

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

  1. ^static/(?P<path>.*)$
  2. ^media/(?P<path>.*)$
  3. sitemap.xml/ [name='sitemap']
  4. robots.txt/ [name='robots']
  5. i18n/
  6. set_lang/<new_lang>/ [name='set_lang']
  7. jsi18n/ [name='javascript-catalog']
  8. tinymce/
  9. api-auth/
  10. _nested_admin/
  11. filebrowser/
  12. ^send-test-email [name='des-test-email']
  13. api/currencies/ [name='currencies']
  14. api/create_currencies/ [name='create_currencies']
  15. contents/
  16. contents/<code>/
  17. api/
  18. api/
  19. sw_logout/ [name='sw_logout']
  20. api/
  21. np/<action>/<content>/<type>/ [name='np']
  22. api/
  23. da/regions_list/ [name='regions_list']
  24. da/areas_list/ [name='areas_list']
  25. da/warehouses_list/ [name='warehouses_list']
  26. api/
  27. google.xml/
  28. prom.csv/
  29. api/
  30. sw_order/liqpay_callback/ [name='liqpay_callback']
  31. api/
  32. delete_order/<pk>/ [name='delete_order']
  33. update_profile/ [name='update_profile']
  34. get_orders/ [name='get_orders']
  35. api/
  36. liqpay/pay_callback/ [name='pay_callback']
  37. test_part/ [name='test_part']
  38. admin/
  39. accounts/
  40. rosetta/
  41. test_400/
  42. test_403/
  43. test_404/
  44. test_500/
  45. [name='index']
  46. item_category/<slug>/ [name='item_category']
  47. about/ [name='about']
  48. payment/ [name='payment']
  49. thank_you/ [name='thank_you']
  50. contacts/ [name='contacts']
  51. posts/ [name='posts']
  52. order/ [name='order']
  53. error/ [name='error']
  54. post/<slug>/ [name='post']
  55. item/<slug>/ [name='item']
  56. item_category/<slug>/ [name='item_category']

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