Page not found (404)

Request Method: GET
Request URL: http://energopribor.uz/ru/cart/index.html

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

  1. ru/ admin/
  2. ru/ [name='home']
  3. ru/ store/
  4. ru/ cart/ [name='cart']
  5. ru/ cart/ add_cart/<int:product_id>/ [name='add_cart']
  6. ru/ cart/ remove_cart_item/<int:product_id>/ [name='remove_cart_item']
  7. ru/ pages/
  8. ru/ robots.txt
  9. ru/ sitemap.xml
  10. ^rosetta/
  11. ^ckeditor/
  12. ^media/(?P<path>.*)$
  13. ^static/(?P<path>.*)$

The current path, ru/cart/index.html, 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.