I would like prepare django form for several entries for one model.
Let's assume I have model Photo where I upload and save image.
>From model I will takie 10 entries and for each of image I would like 
generate forms to set title, description, check if photo is active.
That part I have it and is working fine, but I have problem to set to this 
forms radiobutton. From all of this entries I would like choose 
one which will be a covered photo. Normally we can use choices and 
eveyrthing is ok, but how I can seperate them and attach to each photo?
Do you have any suggestions?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/6770cb21-27e2-41b3-9a85-cbebf5ad2946%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to