Re: LOCK AND UNLOCK PAGES TO SPECIFIC USERS

2020-10-05 Thread Ryan Nowakowski
On Tue, Sep 22, 2020 at 06:55:27PM -0700, Lightning Bit wrote: > How can one lock a page "unless" the user clicks on a button on a previous > page? So, for instance, the user will not be able to type in that url and > get to the page unless they have clicked the button on the previous page at >

Re: project information........

2020-10-05 Thread Kasper Laudrup
Hi Aswini, On 05/10/2020 15.59, Aswini Das wrote: dear sir/madam , I want a new project, but I'm starting a new one so I need your help. plz plz help me *_PROJECT NAME:-_* *1. perfoming analysis of metrological data* *2. recognizing handwritten digits with scikit-learn ( handwritten di

Re: Login form

2020-10-05 Thread Kasper Laudrup
On 05/10/2020 10.39, Moses Omoto wrote: How to I create a login form to authenticate users in django web application using django 3.1 https://simpleisbetterthancomplex.com/tutorial/2016/06/27/how-to-use-djangos-built-in-login-system.html Kind regards, Kasper Laudrup -- You received this me

Re: Login form

2020-10-05 Thread Omkar Parab
Check my video https://youtu.be/uws1ThBRBLQ On Mon, Oct 5, 2020, 7:07 PM Moses Omoto wrote: > How to I create a login form to authenticate users in django web > application using django 3.1 > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group

Re: Login form

2020-10-05 Thread jose AVOM
yo can use django.contrib.auth, tu use User Class Le lundi 5 octobre 2020 à 14:39:29 UTC+1, mosesomoto a écrit : > How to I create a login form to authenticate users in django web > application using django 3.1 > -- You received this message because you are subscribed to the Google Groups "D

project information........

2020-10-05 Thread Aswini Das
dear sir/madam , I want a new project, but I'm starting a new one so I need your help. plz plz help me *PROJECT NAME:-* *1. perfoming analysis of metrological data* *2. recognizing handwritten digits with scikit-learn ( handwritten digits recognition)* -- You received this message becau

Re: Ajax, jQuery and Django

2020-10-05 Thread Eugene TUYIZERE
https://simpleisbetterthancomplex.com/tutorial/2018/01/29/how-to-implement-dependent-or-chained-dropdown-list-with-django.html check this also On Mon, 5 Oct 2020 at 11:25, RANGA BHARATH JINKA wrote: > Hi, > > Check this. This may be useful for you. > > All the best > > > https://www.youtube.com

Login form

2020-10-05 Thread Moses Omoto
How to I create a login form to authenticate users in django web application using django 3.1 -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubs

Re: Ajax, jQuery and Django

2020-10-05 Thread RANGA BHARATH JINKA
Hi, Check this. This may be useful for you. All the best https://www.youtube.com/results?search_query=django+dependent+drop+down+list+from+database On Mon, Oct 5, 2020 at 1:56 PM Kunal Solanke wrote: > Rather than sending ajax every time handle it on frontend in javascript > > On Mon, Oct 5,

Re: Ajax, jQuery and Django

2020-10-05 Thread Kunal Solanke
Rather than sending ajax every time handle it on frontend in javascript On Mon, Oct 5, 2020, 13:35 Salima Begum wrote: > Hi all, > I have database of zip code for example, > INSERT INTO pages_zip_code (id, zip, city, st) VALUES > (1, '00501', 'Holtsville', 'NY'), > (2, '00544', 'Holtsville', 'NY

Ajax, jQuery and Django

2020-10-05 Thread Salima Begum
Hi all, I have database of zip code for example, INSERT INTO pages_zip_code (id, zip, city, st) VALUES (1, '00501', 'Holtsville', 'NY'), (2, '00544', 'Holtsville', 'NY'), (3, '00601', 'Adjuntas', 'PR'), (4, '00602', 'Aguada', 'PR'), (5, '00603', 'Aguadilla', 'PR'), (6, '00604', 'Aguadilla', 'PR'),

Ajax, jQuery and Django

2020-10-05 Thread Salima Begum
Hi all, I have database of zip code for example, INSERT INTO pages_zip_code (id, zip, city, st) VALUES (1, '00501', 'Holtsville', 'NY'), (2, '00544', 'Holtsville', 'NY'), (3, '00601', 'Adjuntas', 'PR'), (4, '00602', 'Aguada', 'PR'), (5, '00603', 'Aguadilla', 'PR'), (6, '00604', 'Aguadilla', 'PR'),