Re: Newforms example

2007-04-27 Thread Gerry Steele
Thanks, I'd never read about forms.models.form_for_model() anywhere. Thats awesome, just saved me a lot of time/effort. Many Thanks. viestards wrote: > I liked this tutorial: > http://code.pui.ch/2007/01/07/using-djangos-newforms/ > > try searching Google for 'django newforms tutorial', there i

Re: Newforms example

2007-04-27 Thread viestards
I liked this tutorial: http://code.pui.ch/2007/01/07/using-djangos-newforms/ try searching Google for 'django newforms tutorial', there is some other good tutorials too On 4/27/07, Gerry Steele <[EMAIL PROTECTED]> wrote: > > Hi, > > I've been building an app and all has been going well. I was t

Newforms example

2007-04-27 Thread Gerry Steele
Hi, I've been building an app and all has been going well. I was though using the admin to do all input and editing of data. Now i'm trying to build forms for all this and i'm finding newforms docs to be no use to me. I went through all the docs at http://www.djangoproject.com/documentation/n