On Mon, 2009-01-26 at 20:47 -0700, reed crowe wrote: > I am trying to integrate a web front end to another > application that uses a mysql database. The applications > stores small png graphs as blobs in the database and I > would like to be able to display those in the web front > end. I have seen a few discussions on the topic, and maybe > a patch for consideration to add it, but did not find a > definitive answer on whether Django supports blob data > types.
There is no default Django field that corresponds to a BLOB at the database level (for all database backends; some backends use BLOB-like fields for, e.g, simulating text fields, but that's not the same thing). Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---