From 6071efef97c0cb4c2535cf4c36f5247d2f3d12ca Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 8 Mar 2021 13:44:10 +0000 Subject: [PATCH] . --- longs/models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/longs/models.py b/longs/models.py index 80f08ceb..ce6c1212 100644 --- a/longs/models.py +++ b/longs/models.py @@ -198,8 +198,8 @@ class Long(models.Model): # #image_array.append(i.image.url) # We are still limited by the size of a series (although this should not be too big or computers will crash...) - image_array = [image_as_base64(i.image) for i in series.images.all()] - #image_array = [i.image.url for i in series.images.all()] + #image_array = [image_as_base64(i.image) for i in series.images.all()] + image_array = [i.image.url for i in series.images.all()] f.write(json.dumps(image_array)) #images.append(url) if i != len(question_series) - 1: