Re: Making Custom Model Methods to Work

2008-08-25 Thread David Zhou
On Aug 24, 2008, at 8:19 AM, rmschne wrote: > 4. calling render_to_response is differnt than I thought! > print render_to_response('mtg_summary.html',{'my_meeting':my_meeting}) > > Question: in the context of this example, in > {'my_meeting':my_meeting}), what are these two things opposite of t

Making Custom Model Methods to Work

2008-08-24 Thread rmschne
I'm new to Django, and have played with Python for a few years on and off (not a real programmer). I'm keen to use Django to explore some data because of its custom data models which I plan to rely on extensively (putting the complex code there). Try as I might, I can't see how to get them to wo

Re: Making Custom Model Methods to Work

2008-08-24 Thread rmschne
Daniel You helped a lot. You are right that my code wasn't clear. I only extracted snipets and forgot bits, e.g. talk _title and speaker_title which are in the model but not in what I reported. Frankly, all I'm trying to do right now is experiment to learn how this works. Eventually, I have a

Re: Making Custom Model Methods to Work

2008-08-24 Thread Daniel Roseman
On Aug 24, 7:38 am, rmschne <[EMAIL PROTECTED]> wrote: > I'm new to Django, and have played with Python for a few years on and > off (not a real programmer).  I'm keen to use Django to explore some > data because of its custom data models which I plan to rely on > extensively (putting the complex