Page not found (404)

Request Method: GET
Request URL: https://www.autobazaraviso.sk/image/32661.jpg'

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

  1. admin/
  2. [name='index']
  3. ponuka/ [name='all_cars']
  4. vozidlo/<slug:slug>/ [name='car_detail']
  5. pozicovna/ [name='cars_pozicovna']
  6. pozicovna/vozidlo/<slug:slug>/ [name='car_detail_for_pozicovna']
  7. contact_form/ [name='contact_form_view']
  8. kontakt/ [name='kontakt']
  9. ponuknite-vase-auto/ [name='sell_your_car']
  10. o-nas/ [name='about_us']
  11. sluzby/ [name='services']
  12. odtahova-sluzba/ [name='odtahova_sluzba']
  13. zaruka/ [name='zaruka']
  14. financovanie/ [name='financovanie']
  15. dovoz-auta-na-objednavku/ [name='dovoz_auta_na_objednavku']
  16. __debug__/
  17. ^media/(?P<path>.*)$
  18. ^static/(?P<path>.*)$

The current path, image/32661.jpg', 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.