Page not found (404)

Request Method: GET
Request URL: http://samete.com.ua/ua/
Raised by: shop.views.all

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

  1. ^media/(?P<path>.*)$
  2. ^static\/(?P<path>.*)$
  3. ^register/ [name='register']
  4. ^addreview/ [name='addreview']
  5. ^getcall/ [name='getcall']
  6. ^contact/ [name='contact']
  7. ^robots.txt [name='robots']
  8. ^test/ [name='test']
  9. ^get_data_signature/ [name='get_data_signature']
  10. ^auth/ [name='auth']
  11. ^auth2/ [name='auth2']
  12. ^logout/ [name='logout']
  13. ^get_language/ [name='get_language']
  14. ^category/$ [name='category']
  15. ^category/(?P<id>[_0-9]+)/$ [name='categorychange']
  16. ^categorysettings/(?P<id>[_0-9]+)/$ [name='categorysettings']
  17. ^get_filters/(?P<id>[_0-9]+)/$ [name='get_filters_by_cat']
  18. ^get_filters/(?P<id>[_0-9]+)/(?P<product_id>[_0-9]+)/$ [name='get_filters_by_cat']
  19. ^get_properties/(?P<id>[_0-9]+)/$ [name='get_properties_by_cat']
  20. ^get_properties/(?P<id>[_0-9]+)/(?P<product_id>[_0-9]+)/$ [name='get_properties_by_cat']
  21. ^sitemap\.xml$
  22. ^all\.xml$ [name='allxml']
  23. django-rq/
  24. ^order/(?P<liqpay>[_0-9a-zA-Z-_]+)/$ [name='orderliqpay']
  25. ^order/ [name='order']
  26. ^change_cart/ [name='change_cart']
  27. ^get_cart/ [name='get_cart']
  28. ^search/ [name='search']
  29. ^admin/
  30. ^articles/page-(?P<page>[_0-9]+)/$ [name='articlecategories']
  31. ^articles/$ [name='articlecategories']
  32. ^articles/(?P<slug>[_0-9a-zA-Z-_]+)/page-(?P<page>[_0-9]+)/$ [name='articlecategory']
  33. ^gallery/$ [name='gallery']
  34. ^gallery/(?P<slug>[_0-9a-zA-Z-_/]+)/$ [name='gallery']
  35. ^articles/(?P<slug>[_0-9a-zA-Z-_]+)/$ [name='articlecategory']
  36. ^articles/(?P<slug>[_0-9a-zA-Z-_]+)/(?P<slug2>[_0-9a-zA-Z-_]+)/$ [name='article']
  37. ^(?P<slug>[_0-9a-zA-Z-_]+)/$ [name='all']
  38. ^(?P<slug>[_0-9a-zA-Z-_/]+)/page-(?P<page>[_0-9]+)/$ [name='allpage']
  39. ^ ^cms_login/$ [name='cms_login']
  40. ^ ^cms_wizard/
  41. ^ ^(?P<slug>[0-9A-Za-z-_.//]+)/$ [name='pages-details-by-slug']
  42. ^ ^$ [name='pages-root']

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