Re: i have problem in the upload image

2006-01-05 Thread limodou
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 have problem in the upload image

2006-01-05 Thread mary
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