Thanks, very good community!
On Feb 18, 3:49 am, Shawn Milochik wrote:
> On Thu, Feb 17, 2011 at 4:44 PM, Arun K.Rajeevan wrote:
> > Show me the django way to do this.
>
> The "Django" way to do this is to learn basic programming skills. You
> originally asked a mess of random questions which di
On Thu, Feb 17, 2011 at 4:44 PM, Arun K.Rajeevan wrote:
> Show me the django way to do this.
>
The "Django" way to do this is to learn basic programming skills. You
originally asked a mess of random questions which didn't have anything
to do with Django. We answered anyway. Now you're basically
I think, I'm not clear in first place.
My confusion revolve around following
1) The table that I display is not constitute a single model from
django application.
It combine two models from django application and data returned from a
web-service.
Since web-service included in the recipe, it make m
On 17/02/11 20:18, Arun K.Rajeevan wrote:
I've a table which stores unique ids for an object that I've to retrieve
via SOAP( I've a url to a WSDL file) service calls.
This table also contains some details like last access to this object
from application etc.
*What I need very badly and urgently:
This sounds like a good time to use jQuery. If all the data is being
displayed at once anyway, then it'll be faster and easier to do the
filtering and sorting client-side.
Even if you're talking about a lot of data, things like the
click-sorting of table columns should probably be done with
JavaSc
I've a table which stores unique ids for an object that I've to retrieve via
SOAP( I've a url to a WSDL file) service calls.
This table also contains some details like last access to this object from
application etc.
*What I need very badly and urgently:*
I've to display a few items from this ta
6 matches
Mail list logo