Email verification

2022-02-23 Thread Rushikesh Chavan
I am new to django, i am working on one project which requires a feature of email verification , how do I do it? Like , I want to send the email to the user who registered on my site and give one link in this mail which will verify the user -- You received this message because you are subscribed

Re: Email verification

2022-02-25 Thread Rushikesh Chavan
ygyaan.com/django/how-to-signup-user-and-send-confirmation-email-in-django> > > Am Mi., 23. Feb. 2022 um 16:34 Uhr schrieb Rushikesh Chavan < > rushijs...@gmail.com>: > >> I am new to django, i am working on one project which requires a feature >> of email verificat

create browser api

2022-07-13 Thread Rushikesh Chavan
i want to create an api which will be used to maintain comment section of websites. And it can be integrated to websites like blog web application. But i am not able to get how can i integrate api with website and create an api to make get and post requests , i want to create somewhat like disqus.c