Re: forms - WTF

2008-06-05 Thread Eric Abrahamsen
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@googlegroups.com [mailto:django-users@googlegroups.com > ] On Behalf Of chris hendr

Re: forms - WTF

2008-06-05 Thread chris hendrix
m, 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@googlegroups.com [mailto: > [EMAIL PROTECTED] *On Behalf Of *chris hendrix &

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 PR

RE: forms - WTF

2008-06-05 Thread Emily Rodgers
!! 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 Hi Em - I'm taking baby steps at the moment

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

Re: forms - WTF

2008-06-05 Thread chris hendrix
Hi Em - I'm taking baby steps at the moment and simply don't understand how the form.as_table works... ie when i put that in the template (see my template below), how does it know which form to show? BR On Thu, Jun 5, 2008 at 11:50 AM, Emily Rodgers <[EMAIL PROTECTED]> wrote: > > Hi, > > It

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 work t

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

RE: forms - WTF

2008-06-05 Thread Emily Rodgers
Hi, It seems familiar to an issue I had last week. Can we see the function in your views file? I am guessing that you need to instantiate your ziplookup object or something (I think this is what I did wrong). Try changing {{ form.as_table }} to {{ form }}, just to see what it prints... I could

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