Page not found (404)

Request Method: GET
Request URL: http://ttss.ir/pricelist.aspx?com=50

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>
  8. products/<productId>/<name>
  9. products/<search>
  10. products_categories_partial [name='products_categories_partial']
  11. contact-us
  12. add-user-order
  13. remove_order_detail/<detail_id>
  14. open-order
  15. request [name='request']
  16. verify/<order_id> [name='verify']
  17. blogs [name='blog']
  18. <int:productId>/ [name='detail']
  19. blogs/products_categories_partial [name='blog_categories_partial']
  20. about-us
  21. header [name='header']
  22. footer [name='footer']
  23. admin/
  24. ^static/(?P<path>.*)$
  25. ^media/(?P<path>.*)$

The current path, pricelist.aspx, 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.