Reputation: 2390
How can I select multiple items from an admin view and create a custom action?
Scenario: We need to select a set of books and assign set of categories (from a list) and assign them to them.
Is it possible to achieve this in Django Admin?
Thanks.
Upvotes: 0
Views: 387
Reputation: 4104
already included in django: http://docs.djangoproject.com/en/dev/ref/contrib/admin/actions/
Upvotes: 2