I have MySQL event running on every month and deletes the old records. While deleting the records I want to send the push notifications to the user.
Is there any way we can define it in Django to receive the deleted records ids from Mysql to send push notification to the associated users?