Saturday, March 30, 2013

Re: Doubt regarding JSON/SQL in Django

If you don't use the ORM, Forms, and even the templating system you're losing quite a bit with Django. In my opinion, it's not worth using Django for those sorts of projects.

While not a Python project, I found NodeJS & node-restify a good candidate for these types of applications. That's not a conclusive alternative as I honestly didn't put a *lot* of time into looking at Python alternatives since this one merged so seamlessly into our technologies (Backbone.js, MongoDB, Web-Service)

Also, there's some Django Rest Modules which can help automate some Object->JSON (RESTful) functionality


On Sat, Mar 30, 2013 at 2:16 PM, Alexis Roda <alexis.roda.villalonga@gmail.com> 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 django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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 django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment