Page not found (404)

Request Method: GET
Request URL: https://virom35.ru/video/

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

  1. jet/
  2. jet/dashboard/
  3. admin/
  4. brands/ [name='brands']
  5. catalog/ [name='catalog']
  6. catalog/search/ [name='search_detail']
  7. catalog/search-products/ [name='search']
  8. catalog/api/search/ [name='search_api']
  9. catalog/category-products/ [name='category_products']
  10. catalog/<slug>/ [name='category']
  11. brands/products/ [name='brand_products']
  12. brands/<slug>/ [name='brand_detail']
  13. product/<slug>/ [name='product']
  14. catalog/popup/product/<int:pk>/ [name='product']
  15. order/ [name='order']
  16. payment/success/ [name='payment_success']
  17. payment/fail/ [name='payment_fail']
  18. order1click/ [name='order1click']
  19. 1c_exchange.py [name='1c_exchange']
  20. 1c_orders.xml [name='1c_orders_debug']
  21. robots.txt/ [name='robots']
  22. sitemap.xml/ [name='django.contrib.sitemaps.views.sitemap']
  23. cdek/templates/ [name='cdek_templates']
  24. question/ [name='question']
  25. quiz/ [name='quiz']
  26. ^vk-com/code/user/$ [name='vk_code_user']
  27. ^vk-com/code/groups/$ [name='vk_code_group']
  28. ^vk-com/callback/$ [name='vk_callback']
  29. apiship/
  30. cart/
  31. promocode/
  32. compare/
  33. komtet/
  34. pages/
  35. alfabank/
  36. sber/
  37. tinkoff/
  38. users/
  39. wishlist/
  40. ckeditor/
  41. __debug__/
  42. ^media/(?P<path>.*)$

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