On Mon, Jul 14, 2008 at 10:41 AM, lukeqsee <[EMAIL PROTECTED]> wrote: > I know you can store images in a BLOB field in mysql, but is it > possible with Django models?
Not out of the box, but you're free to create your own custom field[1] to do that for you. If you look hard enough, you can probably even figure out how to get it supported in the admin interface, with a nice file widget and everything. -Gul [1] http://www.djangoproject.com/documentation/custom_model_fields/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---