Re: forms - WTF

2008-06-05 Thread Eric Abrahamsen
ps. > > Em > > PS if you need to add some (but not all) fields of a model to a > form, and then do some data munging to fill in some of the other > required fields, do shout if you get stuck - this took me a while to > figure out!! > > From: django-users@googlegrou

Re: forms - WTF

2008-06-05 Thread chris hendrix
t; PS if you need to add some (but not all) fields of a model to a form, and > then do some data munging to fill in some of the other required fields, do > shout if you get stuck - this took me a while to figure out!! > > ------ > *From:* django-users@googlegro

RE: forms - WTF

2008-06-05 Thread Emily Rodgers
> -Original Message- > From: django-users@googlegroups.com > [mailto:[EMAIL PROTECTED] On Behalf Of Peter Rowell > Sent: 05 June 2008 17:08 > To: Django users > Subject: Re: forms - WTF > > > On Jun 5, 8:50 am, "Emily Rodgers" <[EMAIL PROTECT

RE: forms - WTF

2008-06-05 Thread Emily Rodgers
shout if you get stuck - this took me a while to figure out!! From: django-users@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of chris hendrix Sent: 05 June 2008 16:59 To: django-users@googlegroups.com Subject: Re: forms - WTF

Re: forms - WTF

2008-06-05 Thread Peter Rowell
On Jun 5, 8:50 am, "Emily Rodgers" <[EMAIL PROTECTED]> wrote: > IMPORTANT NOTICE: The contents of this email and any attachments are > confidential and may also be privileged. If you are not the intended > recipient, please notify the sender immediately and do not disclose the > contents to an

Re: forms - WTF

2008-06-05 Thread chris hendrix
nction calls and object > instantiations when reading your code. > > Em :) > > PS python rocks. > > > -Original Message- > > From: django-users@googlegroups.com > > [mailto:[EMAIL PROTECTED] On Behalf Of Bobby Roberts > > Sent: 05 June 2008 16:36 &g

RE: forms - WTF

2008-06-05 Thread Emily Rodgers
Subject: Re: forms - WTF yeah i'm looking at chapter 7 now to try to understand forms On Thu, Jun 5, 2008 at 11:47 AM, Daniel Mahoney <[EMAIL PROTECTED]> wrote: Bobby, did you w

Re: forms - WTF

2008-06-05 Thread chris hendrix
yeah i'm looking at chapter 7 now to try to understand forms On Thu, Jun 5, 2008 at 11:47 AM, Daniel Mahoney <[EMAIL PROTECTED]> wrote: > > Bobby, did you work through the tutorials on the djangoproject web site, > or some of the other Django tutorials available on the web? They can > seem li

RE: forms - WTF

2008-06-05 Thread Emily Rodgers
:) PS python rocks. > -Original Message- > From: django-users@googlegroups.com > [mailto:[EMAIL PROTECTED] On Behalf Of Bobby Roberts > Sent: 05 June 2008 16:36 > To: Django users > Subject: forms - WTF > > > hey - > > I'm new to Django so bear w

Re: forms - WTF

2008-06-05 Thread Daniel Mahoney
Bobby, did you work through the tutorials on the djangoproject web site, or some of the other Django tutorials available on the web? They can seem like slow going sometimes, but if you take your time going through them they can help a LOT! Bobby Roberts wrote: > hey - > > I'm new to Django so

Re: forms - WTF

2008-06-05 Thread Michael Wieher
> .MS ASP programmer who is switching over to python. I can't decide to be happy for you or to run screaming from the taint. But OK. I did some ASP work for a very, very brief moment. Unpleasant. > ... can't... figure out how to make it all work together in a land of joy and > >joyness (i

forms - WTF

2008-06-05 Thread Bobby Roberts
hey - I'm new to Django so bear with me and thank you in advance for any help you can lend. I can't seem to get my hands around the model/form/ view/template thing. I LOVE the idea but you have to understand i'm a MS ASP programmer who is switching over to python. Now with that being said here