Django admin: 'add' page, want to add multiple objects on one page -


class country(models.model):     name = fields.charfield() 

in admin, want display multiple forms country can add multiple different country objects @ once. don't know start? please help, thanks.

i can't think of way inside admin. admin ready-made interface editing single objects (and, optionally, multiple objects related object), doesn't give way edit multiple objects @ once.

if need this, write own view using formset.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -