Saturday, March 30, 2013

Re: Doubt regarding JSON/SQL in Django

On Sat, Mar 30, 2013 at 9:42 AM, Alexis Roda
<alexis.roda.villalonga@gmail.com> wrote:
> Yes, just import json and work with it, but be aware that you'll loose most
> of the functionality that makes django so productive: no ModelForms, no
> ORM/Querysets, no admin for tasks, ...
>

That's true. Without the ORM and Forms/ModelForms, you may as well
just use any one of the many tiny Python frameworks.

--
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