I want to make a notification system in django so that, when you add a new entry to the database I get notified. As admin I do everything in the Django Rest API Answer using signals.py, I sent a message to the bot via json
I want to make a notification system in django so that, when you add a new entry to the database I get notified. As admin I do everything in the Django Rest API Answer using signals.py, I sent a message to the bot via json