Page not found (404)

Request Method: GET
Request URL: https://www.medvin.kiev.ua/ru/index.php/news/handicraft/483-predvaritelnaya-programma-23-25-noyabrya-2017

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

  1. ^i18n/
  2. ^jet/
  3. ^jet/dashboard/
  4. ^ckeditor/
  5. ^backdoor/
  6. ^ru/ ^ ^$ [name='main']
  7. ^ru/ ^exhibitions/
  8. ^ru/ ^contact/
  9. ^ru/ ^events/
  10. ^ru/ ^order/
  11. ^ru/ ^pages/
  12. ^ru/ ^cart/
  13. ^ru/ ^news/
  14. ^ru/ ^userprofiles/
  15. ^ru/ ^accounts/
  16. ^ru/ ^avatar/
  17. ^ru/ ^qr_code/
  18. ^static\/(?P<path>.*)$
  19. ^media\/(?P<path>.*)$

The current path, ru/index.php/news/handicraft/483-predvaritelnaya-programma-23-25-noyabrya-2017, 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.