0
Notification on login using Django projects
4 Answers
+ 3
In your login view just add one more line for sending notification either with mail or sms
+ 3
Sandeep for that you have to use APIs by other platform like twilio, which is also generally used to send OTPs.
+ 2
AKSHAYđźđł how can we do that with sms? Is there a built-in feature in django?
+ 2
thanks! :)