Newbie: Problem with checkboxes

2007-06-22 Thread Nathaniel Martin
I'm working on learning Django, and I'm having trouble getting a basic "todo" app working. I'm listing all my todo items in my template, with a checkbox next to each one for "done". I have an update button that goes to a view that updates all the item's done values. But, it's not working. It d

Re: Newbie: Problem with checkboxes

2007-06-23 Thread Nathaniel Martin
ECTED]> wrote: > > > Nathaniel: > > > On Jun 22, 3:42 pm, "Nathaniel Martin" < [EMAIL PROTECTED]> wrote: > > I'm working on learning Django, and I'm having trouble getting a basic > > "todo" app working. > > > > I'm lis

Flexible Models?

2007-08-23 Thread Nathaniel Martin
I'm hoping that some of the django experts on this list can help me with a problem I'm working on designing the architecture of a site I'm working on. I want to have many objects that each belong to a category. Each category has a bunch of attributes. Each object would set values for each of those

Re: Flexible Models?

2007-08-24 Thread Nathaniel Martin
Hmmm, that's an interesting method. I was hoping for some way to add attributes though. Does anyone else have any ideas? -Nate On 8/23/07, Thomas Guettler <[EMAIL PROTECTED]> wrote: > > > Am Freitag, 24. August 2007 00:50 schrieb Nathaniel Martin: > > I'm hoping tha

Re: Flexible Models?

2007-08-24 Thread Nathaniel Martin
; store pertinent information. Like I said, the complexity outweighed > what I believed to be the return in my particular case. Hope this > helps. > -rfd > > > On Aug 24, 11:29 am, "Nathaniel Martin" <[EMAIL PROTECTED]> > wrote: > > Hmmm, that's a