Page not found (404)

Request Method: GET
Request URL: http://www.kathmanduautomobiles.com.np/full-option-2009-hyundai-getz-driven-for-only-55000-km-with-service-history

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

  1. [name='public_home']
  2. carsale/
  3. contact-us/
  4. compare-cars [name='compare_cars']
  5. model-json [name='get_model_json']
  6. search/
  7. news/
  8. enquiry/
  9. testimonials/
  10. about-us/ [name='about_us']
  11. cars/all [name='all_cars']
  12. cars/previously-sold [name='sold_car']
  13. car/<slug:slug>/ [name='car_details']
  14. why-choose-us/ [name='why_us']
  15. add-to-compare/ [name='add_to_compare']
  16. remove-from-compare/ [name='remove_from_compare']
  17. login/ [name='login']
  18. admin/
  19. admin/
  20. admin/
  21. admin/
  22. admin/
  23. admin/
  24. admin/
  25. admin/
  26. admin/
  27. admin/
  28. admin/
  29. admin/
  30. admin/
  31. admin/
  32. admin/
  33. admin/
  34. admin/
  35. admin/
  36. admin/
  37. imagefit/
  38. ^static/(?P<path>.*)$
  39. ^uploads/(?P<path>.*)$

The current path, full-option-2009-hyundai-getz-driven-for-only-55000-km-with-service-history, 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.