Hi,
 
In a classic blog/content driven web app, if you need to add more than 2 images in an article body, what you should do?
 
I know I can manage by  creating multiple ImageFields in my model, to accomodate more pictures. but is there any other solutions?
 
Suppose I need to publish  some stuff that may have 10 pics inside, what needs to be done? Creating 10 models. image.field (blank=True) inside a model looks ugly.
 
Any other ideas?
 
Thanks
 
Ramdas

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

Reply via email to