On 26 mar, 10:04, "Noah Slater" <[EMAIL PROTECTED]> wrote:
> >    it depends the FS you're using.
>
> To get round this problem I am using NFS. Do you have any other
> suggestions?
>

  hum, you could do some test using GFS

> Either way, I still think it would be nice to be able to store binary
> blobs directly via models.

 I'm agree with you. However, Django must be database independent, so
sqlite, MySQL and others are able to hand binary data? One solution is
write a Field to convert everything _to _base64 on write and convert
everything _from_ base64 on read. That's way isn't necessary what db
are you using.


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to