Thanks for the answers, I wanted this because of portability reasons.
I wanted to store small avatar images with a user profile in the
database. No Image paths to configure and a backup of the database
holds all the important data of the users. Everything in one place.

On Feb 19, 10:55 pm, "Honza Král" <[EMAIL PROTECTED]> wrote:
> 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