Page not found (404)

Request Method: GET
Request URL: http://voronin.ua/ru/network/

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

  1. ^static\/(?P<path>.*)$
  2. ^ru/ ^ckeditor/
  3. ^ru/ ^admin/
  4. ^ru/ ^$ [name='home']
  5. ^ru/ ^lang/(?P<lang>[a-z]+)/$ [name='lang']
  6. ^ru/ ^news-list/$ [name='news-list']
  7. ^ru/ ^fashion-show/$ [name='fashion-show']
  8. ^ru/ ^fashion-line/$ [name='fashion-line']
  9. ^ru/ ^models/$ [name='models']
  10. ^ru/ ^models/(?P<type>[a-z]+)/$ [name='models-open']
  11. ^ru/ ^model/(?P<id>(\d+))/$ [name='model']
  12. ^ru/ ^line-face/(?P<face>(\d+))/$ [name='line-face']
  13. ^ru/ ^shop/(?P<id>(\d+))/$ [name='shop']
  14. ^ru/ ^shops-map/$ [name='shops-map']
  15. ^ru/ ^shops-all/$ [name='shops-all']
  16. ^ru/ ^cooperation/$ [name='cooperation']
  17. ^ru/ ^news-item/(?P<id>(\d+))/$ [name='news-item']
  18. ^ru/ ^contacts/$ [name='contacts']
  19. ^ru/ ^collections/(?P<id>(\d+))/$ [name='collections']
  20. ^ru/ ^gallery/(?P<id>(\d+))/$ [name='gallery']
  21. ^ru/ ^video/(?P<id>(\d+))/$ [name='video']
  22. ^ru/ ^getShopsByCountrie/(?P<id>[^/]+)/$ [name='getShopsByCountrie']
  23. ^ru/ ^getShopsByCountrieInfo/(?P<id>[^/]+)/$ [name='getShopsByCountrieInfo']
  24. ^ru/ ^getDaysById/(?P<id>[^/]+)/$ [name='getDaysById']
  25. ^ru/ ^addParthner/$ [name='addParthner']
  26. ^ru/ ^getCoutries/$ [name='getCoutries']
  27. ^ru/ ^getCollections/$ [name='getCollections']
  28. ^ru/ ^getGallery/$ [name='getGallery']
  29. ^ru/ ^all-shops/$ [name='all-shops']
  30. ^ru/ ^about-company/$ [name='about-company']
  31. ^ru/ ^brand-history/$ [name='brand-history']
  32. ^ru/ ^mob-collections/(?P<id>(\d+))/$ [name='mob-collections']
  33. ^ru/ ^collection-video/(?P<id>(\d+))/$ [name='collection-video']
  34. ^ru/ ^getNews/$ [name='getNews']
  35. ^ru/ ^getNewsThemeById/(?P<id>[^/]+)/$ [name='getNewsThemeById']
  36. ^ru/ ^getFashionShow/$ [name='getFashionShow']
  37. ^ru/ ^fashion-show-item/(?P<id>(\d+))/$ [name='fashion-show-item']
  38. ^ru/ ^made-to-measure/$ [name='made-to-measure']
  39. ^ru/ ^subscribe.add/$ [name='add_subscribe']
  40. ^ru/ ^collection-item/(?P<id>(\d+))/$ [name='collect']
  41. ^ru/ ^gallery-item/(?P<id>(\d+))/$ [name='gallery_item']
  42. ^ru/ ^test/$ [name='test']

The current URL, ru/network/, 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.