You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PiccoloCRUD currently has hooks like pre_save, which is used to modify the data before insertion into the database. We should add a post_save too, which is run after insertion into the database. It can be used for logging, sending an email etc.
The text was updated successfully, but these errors were encountered:
PiccoloCRUD
currently has hooks likepre_save
, which is used to modify the data before insertion into the database. We should add apost_save
too, which is run after insertion into the database. It can be used for logging, sending an email etc.The text was updated successfully, but these errors were encountered: