Media files from PostgreSQL

2010-07-02 Thread Daniel Espinosa
Hi all, Does any one know how to serve files stored in a PostgreSQL database? I have a PHP application I want to migrate to Django, but I found it just serve files stored on the disk, but not as Large Binary Object of PostgreSQL, where they are stored by the PHP app. -- Trabajar, la mejor arma

Using PostgreSQL Blob from Django

2010-06-24 Thread Daniel Espinosa Ortiz
I have a PHP application using PostgreSQL backend. I'm storing files on the database. I have different tables with a file (OID), filename and mime to detect the row's associated file. I'm trying to port this application to django. How Can Use this blob with django? Exist some suggestions about it?