Re: Django templated: iterating through fields in a database record

2009-09-24 Thread Daniel Roseman
On Sep 24, 9:50 am, Paul Lundberg wrote: > Thanks, I think I will have to do that, I just thought that there > might be an easy way to do this that I missed! > > Paul Lundberg There's various information about fields in a model's ._meta class. For instance,

Re: Django templated: iterating through fields in a database record

2009-09-24 Thread Paul Lundberg
Thanks, I think I will have to do that, I just thought that there might be an easy way to do this that I missed! Paul Lundberg On Sep 22, 11:56 am, Gonzalo Delgado wrote: > El Mon, 21 Sep 2009 08:43:57 -0700 (PDT) > Paul Lundberg escribió:

Re: Django templated: iterating through fields in a database record

2009-09-22 Thread Gonzalo Delgado
El Mon, 21 Sep 2009 08:43:57 -0700 (PDT) Paul Lundberg escribió: > Hi: > I have several Django applications running and I am trying to tidu up > some code. > > I am trying to make a generic way of viewing a database table on a web > page using a YUI control. > > I am

Django templated: iterating through fields in a database record

2009-09-21 Thread Paul Lundberg
Hi: I have several Django applications running and I am trying to tidu up some code. I am trying to make a generic way of viewing a database table on a web page using a YUI control. I am using the Django template to attempt to create the required javascript for the YUI controls. I become a bit