Re: Hi, I am learning Django, I am stuck at one place and can't over come after many days

2022-01-19 Thread Leo guitar girl
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >

Re: Hi, I am learning Django, I am stuck at one place and can't over come after many days

2022-01-19 Thread Leo guitar girl
; > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >

Re: Hi, I am learning Django, I am stuck at one place and can't over come after many days

2022-01-18 Thread Leo guitar girl
e step and the documentation is good in > pyotp. > > On Tue, Jan 18, 2022 at 8:35 PM Leo guitar girl < > mansarimtabas...@gmail.com> wrote: > >> I am following the tutorial from LearnVern.com >> >> >> https://www.learnvern.com/python-tutorial-django/project-impleme

Re: Hi, I am learning Django, I am stuck at one place and can't over come after many days

2022-01-18 Thread Leo guitar girl
> > > On Tuesday, January 18, 2022 at 9:00:41 AM UTC-7 bikash...@gmail.com > wrote: > >> first of what did you use to generate otp. If you've used pyotp libraries >> then you can verify otp in simple step and the documentation is good in >> pyotp. >> &g

Re: Hi, I am learning Django, I am stuck at one place and can't over come after many days

2022-01-18 Thread Leo guitar girl
{'msg': message}) else: message = "OTP is incorrect" return render(request, "myapp/otpverify.html", {'msg': message}) else: return render(request, "myapp/signup.html") On Tue, Jan 18, 2022 at 3:21 PM Kasper Laudrup wrote:

Hi, I am learning Django, I am stuck at one place and can't over come after many days

2022-01-16 Thread Leo guitar girl
Environment: Request Method: GET Request URL: http://127.0.0.1:8000/otp/ Django Version: 4.0.1 Python Version: 3.9.9 Installed Applications: ['django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages',