Page not found (404)

Request Method: GET
Request URL: https://voidpixel.ir/product/void/?add-to-cart=38

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

  1. [name='rhome']
  2. logout [name='logout']
  3. login [name='login']
  4. factor/ [name='request']
  5. verify/<str:pk> [name='verify']
  6. store/ [name='home']
  7. vote/ [name='vote']
  8. factors/ [name='factors']
  9. factors/close/<str:factor_id>/<str:auth> [name='cFactor']
  10. ^media/(?P<path>.*)$
  11. panel/admin

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