Page not found (404)

Request Method: GET
Request URL: https://techdealsnepal.com/gamingpc/prebuilt-pc/corsair-k55-harpoon-rgb-keyboard-and-mouse-combo/
Raised by: home.views.GamingPcDetail

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

  1. admin/
  2. dashboard/
  3. ckeditor/
  4. [name='index']
  5. shop-cart/ [name='shop_cart']
  6. gaming-pc/ [name='gamingpc']
  7. prebuilt-pc/ [name='prebuiltpc']
  8. prebuilt-pc/<str:pc_type>/ [name='prebuilt_by_series']
  9. gamingpc/prebuilt-pc/<slug:slug>/ [name='gamingpc_detail']

The current path, gamingpc/prebuilt-pc/corsair-k55-harpoon-rgb-keyboard-and-mouse-combo/, matched the last one.

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.