Page not found (404)

صفحه مورد نظر یافت نشد
Request Method: GET
Request URL: http://ttss.ir/products/contact-us
Raised by: eshop_products.views.ProductlistByCategory

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

  1. login
  2. register
  3. log-out
  4. user
  5. user/edit
  6. products
  7. products/<category_name>

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