How to send Push Notifications at Specific times listed in a Django Model

280 Views Asked by At

I am looking to use my django rest framework project along with django push notifications to send notifications to iOS users. I want these notifications to be sent at times specified in my django models. What would be the best way to achieve something like this?

0

There are 0 best solutions below