Page not found (404)

No Category matches the given query.
Request Method: GET
Request URL: http://gekomsis.beget.tech/ru/contact-us/
Raised by: shop.views.product_list

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

  1. ru/ admin/
  2. ru/ cart/
  3. ru/ orders/
  4. ru/ payment/
  5. ru/ coupons/
  6. ru/ rosetta/
  7. ru/ [name='product_list']
  8. ru/ <slug:category_slug>/ [name='product_list_by_category']

The current path, ru/contact-us/, matched the last one.

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.