Re: [BangPypers] Mapping django forms to Bootstrap fields

2014-09-08 Thread L. Guruprasad
Hi, On Monday 08 September 2014 11:08 PM, Avneesh Chadha wrote: > Hi All, > > I am first time django user. I am trying to use django with bootstrap 3 > and can't seem to be able map form fields I create to the bootstrap fields > in the web page. I came across Django widget tweaks (https://pypi.

[BangPypers] Mapping django forms to Bootstrap fields

2014-09-08 Thread Avneesh Chadha
Hi All, I am first time django user. I am trying to use django with bootstrap 3 and can't seem to be able map form fields I create to the bootstrap fields in the web page. Things I figured out till now: 1.Write the attributes for the fields as wigdets while declaring the form. example : *Nam