Page not found (404)

Request Method: GET
Request URL: http://www.budgetgaadi.com/submit-car/contact.html

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

  1. admin/
  2. [name='home']
  3. verifyNumAjax/ [name='verifyNumAjax']
  4. verifyOtpAjax/ [name='verifyOtpAjax']
  5. sellInstantForm/ [name='sellInstantForm']
  6. submit-car/ [name='submitCar']
  7. homeSubmitCar/ [name='homeSubmitCar']
  8. getSellerDetails/ [name='getSellerDetails']
  9. verifySellerDetails/ [name='verifySellerDetails']
  10. loadModels/ [name='loadModels']
  11. list_loadModels/ [name='list_loadModels']
  12. loadVariant/ [name='loadVariant']
  13. list_loadVariant/ [name='list_loadVariant']
  14. car_details/<slug:slug>/ [name='car_details']
  15. register/ [name='register']
  16. activate/<uidb64>/<token> [name='activate']
  17. login/ [name='login']
  18. logout/ [name='logout']
  19. account/ [name='account']
  20. buy-used-car/ [name='buy_used_car']
  21. buy-used-car/dosorting/ [name='dosorting']
  22. blogComment/ [name='blogComment']
  23. blogLike/ [name='blogLike']
  24. blogDislike/ [name='blogDislike']
  25. about-us/ [name='aboutUs']
  26. myWishCar/ [name='myWishCar']
  27. myWishlist/ [name='view_wishlist ']
  28. blogs/ [name='blogs']
  29. blog/<str:blog_slug>/ [name='blogview']
  30. budget-admin/ [name='backofficeDashboard']
  31. budget-admin/login/ [name='backlogin']
  32. budget-admin/logout/ [name='backLogout']
  33. budget-admin/cars/ [name='cars']
  34. budget-admin/addCar/ [name='addCar']
  35. budget-admin/editCar/ [name='editCar']
  36. budget-admin/users/ [name='users']
  37. budget-admin/new-tasks/ [name='newTasks']
  38. budget-admin/task-details/ [name='taskDetails']
  39. budget-admin/assign-task/ [name='assignTask']
  40. budget-admin/sell-instant/ [name='sellInstantList']
  41. budget-admin/sell-instant/viewCar/ [name='sellInstantViewList']
  42. ^media\/(?P<path>.*)$

The current path, submit-car/contact.html, 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.