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 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://docs.djangoproject.com/en/1.6/ref/contrib/admin/#inlinemodeladmin-objects
> 
> Regards,
> Camilo
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/django-users/4d360c3b-b977-4f6c-b626-1e5bb238a3ea%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/98A9E3A3-A659-4B90-A97F-B9BCBFA8F76D%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


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://docs.djangoproject.com/en/1.6/ref/contrib/admin/#inlinemodeladmin-objects

Regards,
Camilo

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/4d360c3b-b977-4f6c-b626-1e5bb238a3ea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 alternative?

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/66E5D0D6-9CE8-4118-B485-7F60F19B0B05%40gmail.com.
For more options, visit https://groups.google.com/d/optout.