On 2/19/07, voltron <[EMAIL PROTECTED]> wrote:
>
> How would I go about saving images in a database? The imageField saves
> images in the file system, how can I cleanly in a Djangoish way
> override this?

django currently doesn't support BLOBs so there is no way to do that
in a clean django way...

you could try and work around (storing it pickled as Text for
example), but it wouldn't be very nice and clean...

why do you need it, anyway?
>
> Thanks
>
>
> >
>


-- 
Honza Kr�l
E-Mail: [EMAIL PROTECTED]
ICQ#:   107471613
Phone:  +420 606 678585

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to