regarding django forms

2022-09-26 Thread Javier Esparis Meza
I'm currently having strange behavior with a django admin form. Somehow the django admin form is not creating the model fields and occasionally a GET request fails because I am trying to change the widget of a field in the __init__ method. I think the error I have is in the django admin class

Re: Regarding Django forms

2022-09-23 Thread Sebastian Jung
, 23 Sep 2022 at 11:36 AM, Sebastian Jung < >>> sebastian.ju...@gmail.com> wrote: >>> >>>> Hello, >>>> >>>> I would hire on upworks a cheap developer how show you how to implement >>>> such thing. This is relative easy when you kn

Re: Regarding Django forms

2022-09-23 Thread Nishant Sagar
er how show you how to implement >>> such thing. This is relative easy when you know how it works >>> >>> Regards >>> >>> Nishant Sagar schrieb am Fr., 23. Sept. 2022, >>> 07:57: >>> >>>> Hey forks, >>>> &g

Re: Regarding Django forms

2022-09-23 Thread Sebastian Jung
e on upworks a cheap developer how show you how to implement >> such thing. This is relative easy when you know how it works >> >> Regards >> >> Nishant Sagar schrieb am Fr., 23. Sept. 2022, >> 07:57: >> >>> Hey forks, >>> >>

Re: Regarding Django forms

2022-09-23 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 >> documentat

Re: Regarding Django forms

2022-09-23 Thread Sebastian Jung
Hello, I would hire on upworks a cheap developer how show you how to implement such thing. This is relative easy when you know how it works Regards Nishant Sagar schrieb am Fr., 23. Sept. 2022, 07:57: > Hey forks, > > I’m in little dilemma regarding Django forms. I'm working on

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 use Django forms