Page not found (404)

Request Method: GET
Request URL: https://techdealsnepal.com/pc-components/?page=3
Raised by: home.views.PcComponentList

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']
  10. peripherals/ [name='peripheral_list']
  11. peripherals-list/ [name='peripheral_list_by_category']
  12. product/<str:product_type>/<slug:slug>/ [name='product_list_by_category']
  13. pc-components/ [name='components']

The current path, pc-components/, 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.