Monday, October 3, 2011

effective adding records in Django site admin

Good morning!
Could you tell me, is there any solution to add several records?
1) Now we can click Add, this gives us an empty version of the edit
page. I believe it is comfortable to have a Copy button, clicking Copy
would give us a page with a copy of a previuosly selected record, we
could edit several fields in it and save a new record.
2) One more comfortable tool, I believe, would be 2-dimensional form
for group addings records: rows corresponds to one field, columns to
another, cells to third. Saving such a form would create several
records, one for every filled cell.
May be such solutions are exist ? If not, could you give me any
advice?
Thank you very much!

--
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 django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment