Tuesday, October 4, 2011

Re: effective adding records in Django site admin

Hi,

you can always create custom admin page for your models by extending
the default admin.


--
eng. Ilian Iliev
Web Software Developer

Mobile: +359 88 66 08 400
Website: http://ilian.i-n-i.org


On Tue, Oct 4, 2011 at 8:01 AM, vevanin@yandex.ru <vevanin@yandex.ru> wrote:
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.


--
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