Yes, I meant the former ( managing presentation on the client ). Also, considering that a user might have as many as 100 - 200 tasks in one JSON file ( their description, dates, tags and all ), is it better performance wise ?
On Sat, Mar 30, 2013 at 11:46 PM, Alexis Roda <[email protected]> wrote: > Al 30/03/13 16:41, En/na Parin Porecha ha escrit: > >> Thanks ! >> >> Okay, so i am dropping the idea of using JSON for storage. >> >> So, if I use JSON only as a format to send data >> to client ( All the parsing will be done client side ), is it better >> than using {{ task.name }}, {{ task.start_date }} ? ( Sorry to ask >> this again, but i haven't got it ) > > > Sorry, but I still don't get the point on your question. Do you mean "is > better to manage presentation on the client (json response + javascript) or > in the server (django templates)"? > > > > Regards > > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

