Storage of files in database

2008-10-07 Thread Mariana Romão
Hi, I'm new in the group and in the use of Dajngo too. I'm developing an application that needs storage files ".py" in database (and maybe other types of files). I thought Django did this "automatically" when I define the field in the model as FileField, but I realized that what does is put in data

Re: Storage of files in database

2008-10-07 Thread john
On Oct 7, 2008, at 8:29 AM, Mariana Romão wrote: > Hi, > I'm new in the group and in the use of Dajngo too. > I'm developing an application that needs storage files ".py" in > database (and maybe other types of files). I thought Django did this > "automatically" when I define the field in th