Re: Regarding Django forms

2022-09-27 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
t; security protection that is easily implemented at the front end like CSRF. >> >> Cheers, >> Kiet >> >> On Fri, Sep 23, 2022 at 3:56 PM Nishant Sagar >> wrote: >> >>> Hey forks, >>> >>> I’m in little dilemma regarding Django for

Re: Regarding Django forms

2022-09-23 Thread Kiet Lam
sing Django forms. It has a lot of inbuilt security > protection that is easily implemented at the front end like CSRF. > > Cheers, > Kiet > > On Fri, Sep 23, 2022 at 3:56 PM Nishant Sagar > wrote: > >> Hey forks, >> >> I’m in little dilemma regarding Djang

Re: Regarding Django forms

2022-09-23 Thread Kiet Lam
Hi Nishant, Yes. I would stick to using Django forms. It has a lot of inbuilt security protection that is easily implemented at the front end like CSRF. Cheers, Kiet On Fri, Sep 23, 2022 at 3:56 PM Nishant Sagar wrote: > Hey forks, > > I’m in little dilemma regarding Django forms. I&

Re: Regarding Django forms

2022-09-23 Thread Nishant Sagar
> > Roof Type : > > > Select here > Comp Shingle > Concrete > Metal > Spanish > Clay > > > > > > Your Availability : > placeholder="Select Time" > required /> > > > Upload your bill : > > > > &qu

Re: Regarding Django forms

2022-09-23 Thread Ken Whitesell
it" /> On Fri, Sep 23, 2022 at 7:20 PM siyamak abasnezhad wrote: You can use widget Tweeks or crispy On Fri, Sep 23, 2022, 09:26 Nishant Sagar wrote: Hey forks, I’m in little dilemma regarding Django forms. I'm working on a project as

Re: Regarding Django forms

2022-09-23 Thread Nishant Sagar
t; Concrete > Metal > Spanish > Clay > > > > > > Your Availability : > placeholder="Select Time" > required /> > > > Upload your bill : > > > > "reset" /> > "submit" /> > > > > &

Re: Regarding Django forms

2022-09-23 Thread Nishant Sagar
Upload your bill : On Fri, Sep 23, 2022 at 7:20 PM siyamak abasnezhad wrote: > You can use widget Tweeks or crispy > > > On Fri, Sep 23, 2022, 09:26 Nishant Sagar wrote: > >> Hey forks, >> >> I’m in little dilemma regarding Django forms. I'm work

Re: Regarding Django forms

2022-09-23 Thread siyamak abasnezhad
You can use widget Tweeks or crispy On Fri, Sep 23, 2022, 09:26 Nishant Sagar wrote: > Hey forks, > > I’m in little dilemma regarding Django forms. I'm working on a project as > a backend guy who doesn't know much about CSS and JavaScript so a frontend > guy del

Regarding Django forms

2022-09-22 Thread Nishant Sagar
Hey forks, I’m in little dilemma regarding Django forms. I'm working on a project as a backend guy who doesn't know much about CSS and JavaScript so a frontend guy delivered me a form template designed using CSS, however, Django documentation suggests that it's good practice to u