Re: Basic Form Design Question: Pulling as much as possible from models

2008-01-08 Thread Wes Winham
Oops. So it is. Thanks for the clarification. On Jan 7, 1:10 pm, Simon Willison <[EMAIL PROTECTED]> wrote: > On Jan 7, 5:07 pm, Wes Winham <[EMAIL PROTECTED]> wrote: > > >http://www.pointy-stick.com/blog/2008/01/06/django-tip-complex-forms/ > > > A shiny solution to the problem with code and the

Re: Basic Form Design Question: Pulling as much as possible from models

2008-01-07 Thread Simon Willison
On Jan 7, 5:07 pm, Wes Winham <[EMAIL PROTECTED]> wrote: > http://www.pointy-stick.com/blog/2008/01/06/django-tip-complex-forms/ > > A shiny solution to the problem with code and the reasoning behind it. > Simon Willison is awesome. It's Malcolm that's awesome, I just link to his stuff! Cheers,

Re: Basic Form Design Question: Pulling as much as possible from models

2008-01-07 Thread Wes Winham
http://www.pointy-stick.com/blog/2008/01/06/django-tip-complex-forms/ A shiny solution to the problem with code and the reasoning behind it. Simon Willison is awesome. On Jan 4, 1:03 pm, Wes Winham <[EMAIL PROTECTED]> wrote: > Thanks Malcom. That reassured me greatly. I didn't think of the cleve

Re: Basic Form Design Question: Pulling as much as possible from models

2008-01-04 Thread Wes Winham
Thanks Malcom. That reassured me greatly. I didn't think of the clever id meta-fields to keep the form from modification, but I ended up getting a shell implementation with each question being it's own question form, and the overall quiz form just adds in as many question forms as there are questi

Re: Basic Form Design Question: Pulling as much as possible from models

2008-01-03 Thread Malcolm Tredinnick
On Thu, 2008-01-03 at 09:51 -0800, Wes Winham wrote: > Hello, > > I've got a bit of a design issue I'm trying to wrap my head around in > order to do things the Django Way. > > I'm attempting to creating a simple form that allows a user to take a > multiple choice "quiz." Quiz is a model and it