[00:32] mhall119, not sure if you are online [00:32] but if you are, any idea about http://stackoverflow.com/questions/14063023/how-can-i-display-items-on-django-form-based-on-data-in-a-table ? [00:48] jono: it looks like you'd need to use formsets and some custom template programming [00:51] the formset will let you make multiple Temp forms, and the custom template programming is needed to make the food field a label instead of a form element [00:51] this is one of those areas where you'll be straying from the "super easy" path that Django provides [01:03] jono: also, I love that the guy on stackoverflow is accusing you of cheating on your homework :) [01:03] I'm so tempted to add a comment pretending to be your professor :) [01:15] oh that's brilliant [01:30] I'm certain in another life mhall119 was a Phd in Political Science with a love for botany :) [01:31] mhall119, lol [01:31] thanks mhall119 [01:33] jono: np, good luck [01:33] bkerensa: I'm sure I'd get kicked out of any poli-sci program for arguing too much [01:34] :D [01:47] mhall119, thanks [01:47] so based on the problem do you think I need to manually generate the form by iterating through the data? [02:22] jono: I think you can make a TempFormSet, and give it a list of Temp objects, one for each of your Food records for your cook [02:22] https://docs.djangoproject.com/en/dev/topics/forms/formsets/ for more info [02:22] mhall119, yeah, reading through formsets [02:26] thanks mhall119 [02:26] still need to figure this out [02:26] gotta run [02:39] looks like Linus gave a Redhat Kernel Maintainer a ear full https://lkml.org/lkml/2012/12/23/75 [02:39] :s [02:42] that seems a bit harsh [02:42] and by a bit I mean overly and unreasonably === hggdh_ is now known as hggdh [06:31] its a little harsh, but still, he does have some valid points, even if he is rather, err, blunt... [07:27] jussi: he does it a lot from what I gather [15:03] w 41 [15:34] idk, he does have a point. Maybe being blunt was the way to best way to get those across? [15:38] there's a difference between being blunt and being mean [15:38] usually when caps-lock profanity comes into play, you've crossed that line [15:39] It wasn't caps-lock, it was a stuck shift key :-P === jono is now known as Guest85130