Re: Django app

2023-07-09 Thread Kiet Lam
Hi there, I too can help. If you need another developer to help you I am available. Regards, On Fri, 7 Jul 2023, 3:30 am Sospeter Mong'are, wrote: > Hi @marline, > Kindly check your google chat. > > On Thursday, July 6, 2023 at 8:00:44 PM UTC+3 Marline Khavele wrote: > >> I can help >> >>

Re: Regarding Django forms

2022-09-23 Thread Kiet Lam
Why don't you also use the context and pass in an array to be rendered at the htm? There are too many repeating and hard code elements that could have been done with a single foreach statement. On Sat, Sep 24, 2022 at 2:27 AM Kiet Lam wrote: > Hi Nishant, > Yes. I would stick to using

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'm working