Hi!
I am using ImageField to add optional images to my articles from admin.

image2 = models.ImageField(upload_to="upload", blank=True)

I added one image from my server to this field
Is there a way to remove the image. If i for example decided not to use the
image on the article at all?

Thanks,
Oleg

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to