|
Hello ! I want to know if there is way to call the save method when creating models with |
Answered by
tarsil
May 13, 2024
Replies: 1 comment 1 reply
Hello. When the create is called it does call the save() method as well, so I do believe you can actually do what you want there? |
1 reply
Answer selected by
edimedia
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello. When the create is called it does call the save() method as well, so I do believe you can actually do what you want there?