Page not found (404)

Request Method: GET
Request URL: https://techdealsnepal.com/product-category/mouse/?add-to-cart=5800
Raised by: home.views.MonitorDetail

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']
  14. components/subcategory/ [name='pc_component_products']
  15. components/component-detail/<slug:slug>/ [name='componentdetail']
  16. peripherals/peripheral-detail/<slug:slug>/ [name='peripheraldetail']
  17. monitors/ [name='monitor']
  18. laptops/ [name='laptop']
  19. <str:product_type>/<slug:slug>/ [name='monitor_detail']

The current path, product-category/mouse/, 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.