Run an action on an object creation/update #178
Unanswered
Anton-Karpenko
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
Not at the moment - but we could add it quite easily. Piccolo Admin is built on top of We just need to add a app = create_admin(
table=[TableConfig(MyTable, hooks=my_post_save_hook)]
)I'll try and do a PR this afternoon - shouldn't take long. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, is it possible to run a certain action when a new instance is created via the admin panel?
Beta Was this translation helpful? Give feedback.
All reactions