Skip to content
Advertisement

Notification in django rest API

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

Advertisement

Answer

JavaScript

using signals.py, I sent a message to the bot via json

Advertisement