How to resize and store pics with Django

2016-06-03 Thread ivan77
HI, I would like my Django App to have the functionality where a person can upload pictures (that would be resized). Can you please give me any advice on the best way to do that in Django. I will be using a postgres DB for the app. Also, if there are any Python/Django apps that you can sug

Re: How to resize and store pics with Django

2016-06-03 Thread ivan77
Hi Ketan, Thanks for the information! How is it that you keep the images associated with other tables in the database? What I am specifically thinking about is if you want to associate specific images with specific users who uploaded, for example? Some kind of bridge (many to many table)?

Re: How to resize and store pics with Django

2016-06-03 Thread ivan77
els.FileField > > > > On Fri, Jun 3, 2016 at 10:53 PM ivan77 > > wrote: > >> Hi Ketan, >> >> Thanks for the information! >> >> How is it that you keep the images associated with other tables in the >> database? >> >> What I