Re: Django Admin Multiupload Field

2014-03-15 Thread Jonathan Querubina
Camilo, I can`t use inline (i tryied) because the user has to select file by file, not all the same time On Mar 15, 2014, at 1:58 PM, Camilo Torres wrote: > > On Saturday, March 15, 2014 11:18:05 AM UTC-4:30, Jonathan Querubina wrote: > how can i have a Multiupload Field on a Model for the Dj

Re: Django Admin Multiupload Field

2014-03-15 Thread Camilo Torres
On Saturday, March 15, 2014 11:18:05 AM UTC-4:30, Jonathan Querubina wrote: > > how can i have a Multiupload Field on a Model for the Django Admin? > > I Found this: https://github.com/TND/django-files-widget > Hello, I don't fully understand your needs, but may be you can use inlines: https://

Django Admin Multiupload Field

2014-03-15 Thread Jonathan Querubina
Hi guys, Maybe this is a noob question, but how can i have a Multiupload Field on a Model for the Django Admin? I Found this: https://github.com/TND/django-files-widget And sounds amazing, but i can`t get Pillow installed on my mac (10.9 / Xcode 5.1) Any of you have this problem? There`s an