Re: Auto-filling others ImageFields based on the original one

2014-10-31 Thread Mike Dewhirst
On 1/11/2014 2:35 AM, Sasa Trifunovic wrote: Hi, I have to save 3 versions of uploaded photo (and i dont want to use solr) , original one and two which are resized versions of the original one. I need those two additional photos as ImageFields in my model , due to the fact that i want to use dj

Auto-filling others ImageFields based on the original one

2014-10-31 Thread Sasa Trifunovic
Hi, I have to save 3 versions of uploaded photo (and i dont want to use solr) , original one and two which are resized versions of the original one. I need those two additional photos as ImageFields in my model , due to the fact that i want to use django ORM. Class Post(model.Models):