Page not found (404)

Request Method: GET
Request URL: https://socialrate.net/product/static-website/?add-to-cart=9451

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

  1. [name='index']
  2. admin/
  3. api/follow/
  4. api/comment/
  5. api/
  6. swagger/ [name='schema-swagger-ui']
  7. redoc/ [name='schema-redoc']
  8. accounts/
  9. ^media/(?P<path>.*)$

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