Page not found (404)

Request Method: GET
Request URL: https://shop.gftpl.in/shop_grid+list_3col.html

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

  1. admin/
  2. accounts/
  3. [name='home']
  4. about_us/ [name='about_us']
  5. contactus_us/ [name='contact_us']
  6. faq/ [name='faq']
  7. products/ [name='PP']
  8. product/<str:slug>/<int:pk>/ [name='products-details']
  9. order-summary/ [name='order-summary']
  10. add-to-cart/<str:slug>/ [name='add-to-cart']
  11. add-coupon/ [name='add-coupon']
  12. remove-from-cart/<str:slug>/ [name='remove-from-cart']
  13. remove-product-from-cart/<str:slug>/ [name='remove-single-product-from-cart']
  14. checkout/ [name='checkout']
  15. payment/<payment_option>/ [name='payment']
  16. order_complete/ [name='order_complete']
  17. search/ [name='search']
  18. autocomplete/ [name='autocomplete']
  19. tag/<int:pk>/ [name='tag_product']
  20. brand/filter_products/<int:pk>/ [name='brand_filter_products']
  21. filter_products/<int:pk>/<str:val>/ [name='filter_products']
  22. categories_prodcts/<str:val>/ [name='categories_prodcts']
  23. get_categories/ [name='get_categories']
  24. my_order/ [name='my_order']
  25. account_setting/ [name='account_setting']
  26. my_address/ [name='my_address']
  27. edit_address/<int:pk>/ [name='edit_address']
  28. favourite_products/ [name='favourite_products']
  29. add/favourite_products/<int:pk>/ [name='add_favourite_products']
  30. remove/favourite_products/<int:pk>/ [name='remove_favourite_products']
  31. dashboard/ [name='dashboard']
  32. dashboard/products/ [name='d_products']
  33. dashboard/products/create-products/ [name='create-product']
  34. dashboard/products/<str:slug>/update/ [name='product-update']
  35. dashboard/products/<str:slug>/detail [name='product-detail']
  36. dashboard/products/<str:id>/create-category [name='create_category']
  37. dashboard/products/<str:id>/create-tag [name='create_tag']
  38. dashboard/products/<str:id>/add_image [name='add_image']
  39. dashboard/products/<str:id>create_g_specification [name='create_g_specification']
  40. dashboard/products/<str:slug>/delete/ [name='product-delete']
  41. ^media/(?P<path>.*)$
  42. ^static/(?P<path>.*)$

The current path, shop_grid+list_3col.html, 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.