Hi all,  I'm trying to setup a picture library website using django. What I
want to do is store the picture into the database directly and access the db
to show them in the html file when user view in the web. I have read some
documents and tutorial about the django but what I have learned is just
store the picture files in my hard disk not in the db. And it looks that the
django Model field hasn't such a type to deal with the binary data like blob
data type in the database. So can django meet my request? If django can do
it and how can I do it with django? Thank you very much!

-- 
Deng Chao

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to