Hi,

The File Storage API only works with the Django File object (https://
docs.djangoproject.com/en/1.3/ref/files/storage/ ;
https://docs.djangoproject.com/en/1.3/ref/files/file/).
Wouldn't it be a good idea to make a Django file-like object instead
and make the Storage API works with it ?
That way we could use the current Django File object when it is real
files but also use a "remote" file object like the urllib2.urlopen
returns.

What do you think ?

Best,
Michael

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to