Notification on login using Django projects | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Notification on login using Django projects

22nd Aug 2022, 11:33 AM
Isaac Nelson
4 Answers
+ 3
In your login view just add one more line for sending notification either with mail or sms
24th Aug 2022, 2:39 AM
AKSHAY🇮🇳
AKSHAY🇮🇳 - avatar
+ 3
Sandeep for that you have to use APIs by other platform like twilio, which is also generally used to send OTPs.
24th Aug 2022, 10:37 AM
AKSHAY🇮🇳
AKSHAY🇮🇳 - avatar
+ 2
AKSHAY🇮🇳 how can we do that with sms? Is there a built-in feature in django?
24th Aug 2022, 3:10 AM
Sandeep
Sandeep - avatar
+ 2
thanks! :)
24th Aug 2022, 10:47 AM
Sandeep
Sandeep - avatar