vote up 0 vote down star

I have several objects with some functions that I would like to be able to run via the admin panel. So far, I've not found a way to add them as actions to the admin interface.

Is there a way to do it?

flag

1 Answer

vote up 2 vote down check

Do you intend to perform these actions on a selection of items ? If so, have you seen the django admin actions docs ? I use them to perform custom actions quite swimmingly.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.