Re: forms tutorials

2010-08-11 Thread Lachlan Musicman
These are the more up to date docs: http://docs.djangoproject.com/en/dev/topics/forms/ Also, in IRC yesterday Mattmcc (I think) dropped this doozy: http://sprawsm.com/uni-form/ Once you have mastered forms, uni-form should make the css a lot easier - note the django plugin at the bottom of the

Re: forms tutorials

2010-08-11 Thread Nick
The best option would be to break off of the tutorials for a bit and try to build something out on your own. The documentation for forms is quite extensive. I recommend getting comfortable with inlines and formsets http://docs.djangoproject.com/en/1.1/topics/forms/ On Aug 11, 1:39 pm, Jagdeep

forms tutorials

2010-08-11 Thread Jagdeep Singh Malhi
Hi... I done the tutorials http://docs.djangoproject.com/en/dev/intro/tutorial04/#intro-tutorial04 for create the form using database. Now i want to study more tutorials/examples which is helpful for me to create the forms using database. if anybody know about the links/websites/other sources