简体   繁体   中英

how to create realtime notification in django without using django channels

For every action such as-

  • log in
  • sign up
  • password reset

Notifications should be seen to the user with a notification bell icon (just like Facebook) where real-time notifications are shown according to each action performed. Also, an email should be sent to that user.

Note - (YOU CAN USE ANY DJANGO LIBRARY EXCEPT DJANGO CHANNELS)

this is the question that I want to solve. please help me.

You can use the Google Firebase Cloud Messaging service. There a lot of packages that work with this service. I recommend you to use fcm-django package for simplicity.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM