Page not found (404)

Request Method: GET
Request URL: https://techdealsnepal.com/about/

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']
  20. gaminggear/ [name='gaminggear']
  21. blog/ [name='bloglist']
  22. blog-by-category/<str:category>/ [name='blogall']
  23. blog/<slug:slug>/ [name='blogcatdetail']
  24. user-login/ [name='user_login']
  25. user-logout/ [name='user_logout']
  26. user-signup/ [name='user_signup']
  27. shop/ [name='shop']
  28. load-cart-dropdown-ajax/ [name='load_cart_dropdown_ajax']
  29. make-order/ [name='make_order']
  30. load-image-by-color/ [name='load_image_by_color']
  31. view-all-product/ [name='view_all_product']
  32. view-by-category/ [name='display_by_category']
  33. view-by-component-type/ [name='display_by_component_type']
  34. user-authentication/ [name='user_creation_option']
  35. load-by-price/ [name='load_by_price']
  36. contact/ [name='contact']
  37. ajax-load-by-brand/ [name='load_product_by_brand']
  38. search/ [name='search_result']
  39. ajax-load-districts/ [name='load_districts']
  40. ajax-load-delivery-charges/ [name='load_delivery_charges']
  41. profile/ [name='user_profile']
  42. order-history/ [name='user_order']
  43. change-password/ [name='change_password']
  44. password_reset [name='password_reset']
  45. 404-page-not-found/ [name='404page_not_found']
  46. 505-page/ [name='505page_not_found']
  47. about-us/ [name='about_us']
  48. terms-and-conditions/ [name='terms_and_condition']
  49. privacy-policy/ [name='privacy_policy']
  50. checkout-payment/<int:pk>/ [name='checkout_payment']
  51. verify_payment [name='verify_payment']
  52. mobile-and-accessories/ [name='mobile_and_accessories']
  53. load-tablet-and-accessories/ [name='load_accessories']
  54. load-accessories-by_brand/ [name='load_accessories_by_brand']
  55. esewa-payment-verification/ [name='esewa_payment_verify']
  56. custom-pc/
  57. hitcount/
  58. password_reset/done/ [name='password_reset_done']
  59. reset/<uidb64>/<token>/ [name='password_reset_confirm']
  60. reset/done/ [name='password_reset_complete']
  61. ^static/(?P<path>.*)$
  62. ^media/(?P<path>.*)$

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