Bishwa Karki
Bishwa Karki

Reputation: 386

Push notification in django rest

I am working on a attendance registration system where a user of an office can make a leave request. When any user makes a leave request, it must be notified to admin. How do I implement it ?

I had seen django-fcm for push notification. But I am using django rest framework . Can I implement django-fcm with django rest ?

If any tutorials link would be more helpful

Upvotes: 0

Views: 596

Answers (1)

M.javid
M.javid

Reputation: 6647

This is not a very hard, clone the fcm-django-web-demo project and try coding in Django shell...

Upvotes: 1

Related Questions