Hi guys, I would like to learn how to work with the Django Admin. How do I know when the user is editing an existing object or saving a new object?
For example, if I want to make a function to do something different when the user saves a new object or saves an edited object, how do I know which is which?
Thanks guys :)
Sorry for my English.