Page not found (404)

Request Method: GET
Request URL: https://www.dealersahab.com/vendor/Aman

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

  1. admin/
  2. accounts/
  3. signup/ [name='signup']
  4. sitemap.xml/ [name='sitemap']
  5. robots.txt/ [name='robots']
  6. testmail/ [name='testmail']
  7. activateemail/<uidb64>/<token>/ [name='activateemail']
  8. reverify/ [name='reverify']
  9. resetpassword/<uidb64>/<token>/ [name='resetpassword']
  10. login/ [name='login']
  11. logout/ [name='logout']
  12. change_password/ [name='change_password']
  13. reset_password/ [name='reset_password']
  14. contact/ [name='contact']
  15. requirement/ [name='Requirement']
  16. blog/ [name='Blog']
  17. blog/<str:slug> [name='BlogPost']
  18. blog-category/<str:category> [name='blog_category']
  19. user/ [name='user_dash']
  20. phone_otp/ [name='phone_otp']
  21. verifyOTPView/ [name='verifyOTPView']
  22. resendOTP/ [name='resendOTP']
  23. dashboard/ [name='dashboard']
  24. business-registration/ [name='business_registration']
  25. business-edit/ [name='business-edit']
  26. order-detail-list/ [name='Order_detail_list']
  27. order-detail/<str:oid> [name='Order_detail']
  28. my-package-list/ [name='my_package_list']
  29. my-package-detail/<str:pdid>/ [name='my_package_detail']
  30. get-coupon/ [name='GetCoupon']
  31. generate-invoice/<str:oid>/ [name='Generate_Invoice']
  32. product-registration/ [name='product_registration']
  33. product/ [name='product_list']
  34. product/<str:pid>/ [name='product_view']
  35. product_edit/<str:pid>/ [name='product_edit']
  36. business-enquiry/ [name='business_enquiry']
  37. business-enquiry/<str:bid>/ [name='business_enquiry_detail']
  38. product-enquiry/ [name='product_enquiry']
  39. product_enquiry/<str:pid>/ [name='product_enquiry_detail']
  40. feedback/ [name='feed_back']
  41. business_contact_us/ [name='business_contact']
  42. business-deactivate/ [name='business_deactivate']
  43. business-activate/ [name='business_activate']
  44. business-delete/ [name='business_delete']
  45. package/ [name='package']
  46. requirement-old/ [name='Requirement_old']
  47. package-purchase/<str:slug>/ [name='packagepurchase']
  48. payment/ [name='payment']
  49. handlerequest/ [name='handlerequest']
  50. [name='index']
  51. industry/<str:slug>/ [name='industry_detail']
  52. sector/<str:slug>/ [name='sector_detail']
  53. search/ [name='business_search_list']
  54. userloginModel/ [name='userloginModel']
  55. getdata/ [name='getdata']
  56. getcity/ [name='getcity']
  57. getsector/ [name='getsector']
  58. getproducttype/ [name='getproducttype']
  59. autolocation/ [name='autolocation']
  60. autoproduct/ [name='autoproduct']
  61. notfound/ [name='notfound']
  62. our-team/ [name='ourteam']
  63. career/ [name='career']
  64. testpage/ [name='testpage']
  65. analytic_report/ [name='analytic_report']
  66. auto_active_page/ [name='auto_active_page']
  67. product/<str:slug> [name='product_detail_view']
  68. FAQ/ [name='FAQ']
  69. about/ [name='aboutus']
  70. how-it-works/ [name='how_it_works']
  71. privacy-policy/ [name='privacypolicy']
  72. terms-and-conditions/ [name='terms']
  73. our-services/ [name='our_service']
  74. industry/ [name='allcat']
  75. join-team/ [name='join_our_team']
  76. state/<str:slug>/ [name='district_wise_product']
  77. our-services/<str:slug> [name='our-services-detail']
  78. portfolio/ [name='portfolio']
  79. <str:slug>/ [name='business_detail_view']
  80. appadmin/
  81. ^static\/(?P<path>.*)$
  82. ^media\/(?P<path>.*)$

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