2006/1/5, mary <[EMAIL PROTECTED]>:
>
> i am trying to make my image dynamic and this is waht i am doing
> exactly
> i write in my model full_image = meta.ImageField(upload_to =
> os.path.join(os.environ['Grill23_HOME'], '/media/images'), null = True,
> blank = True)
> and i found that Django
i am trying to make my image dynamic and this is waht i am doing
exactly
i write in my model full_image = meta.ImageField(upload_to =
os.path.join(os.environ['Grill23_HOME'], '/media/images'), null = True,
blank = True)
and i found that Django creat a new folder /media/images/ and put the
pict