Page not found (404)

Request Method: GET
Request URL: https://www.priyankatraders.com/403.shtml

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

  1. hI4VyJFDDA/
  2. [name='home_pg']
  3. about-us/ [name='about_us_pg']
  4. category/<str:slug> [name='category_pg']
  5. product/<str:slug> [name='view_product']
  6. search/ [name='search']
  7. contact-us/ [name='contact_us']
  8. privacy-policy/ [name='privacy_policy_page']
  9. sitemap.xml
  10. ^media/(?P<path>.*)$
  11. ^static/(?P<path>.*)$
  12. ^images/(?P<path>.*)$

The current path, 403.shtml, 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.