Hi I currently have an oracle cartridge which performs a specific type of search on large binary objects (which the cartridge also creates and indexes). I want to try and integrate the cartridge into a web app using Django however from what I have read so far it appears that Django is not designed to store BLOBs. I think I can encode the SQL for the cartridge commands as Django allows for this. My main concern is how I go about storing these BLOBS however. Does anyone know about this or have any experience with integrating other Oracle cartridges into Django?
Many thanks Huw -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.