Re: Passing a processed model field in a View to a Template

2006-10-04 Thread Malcolm Tredinnick
Hi Julian, On Wed, 2006-10-04 at 01:54 -0700, [EMAIL PROTECTED] wrote: > Hi, > > I recently started using Django. I'm still getting a bit confused with > the interaction between the Views and the Template. I understand or > figure that pretty much all the data processing should be handled > wi

Passing a processed model field in a View to a Template

2006-10-04 Thread [EMAIL PROTECTED]
Hi, I recently started using Django. I'm still getting a bit confused with the interaction between the Views and the Template. I understand or figure that pretty much all the data processing should be handled within the View. I'm using render_to_response sort of like this: from django.sho