I\'m putting together a very basic time-lapse sequence of images (about 120 images total). I\'ve installed imagekit, adjusted the specs.py file to my needs, populated the database with \"pointers\",
I\'m using this code in one of my views: if request.method == \'POST\': vehicle = VehicleForm(request.POST or None)
I\'m trying to output a list of images that belong to each record in my app as below: pri_photo = vehicle.images.all()[开发者_JAVA技巧:1]