Hi ,

Why not using REST for serving your data to the Front End app, it can be
from mobile app or just web app with HTML + javascript.

With that you don't need to worry about redo the template side in django
and in your front end js app.
With REST serving JSON, no template / html needed for the response.

You can use Tastypie or Django rest
framework<http://django-rest-framework.org/>which still using Django
engine . This way also your application server no
need to rendering the HTML view in every request from the first time.

Any front end will be able to process the JSON with javascript.

Regards,

Mulianto


On Sun, Jul 14, 2013 at 8:18 PM, dotnetCarpenter
<jon.ronnenb...@gmail.com>wrote:

> In the end, my project stalled due to lack of resources. We might pick it
> up but it's been abandoned for quite some time. I haven't had any django
> projects since. Hence, I can't make any recommendations.
>
> DjangoAjax looks promising but might lack the community support you
> expect. It is however based on jQuery and ASP.NET MVC, so if you can see
> past the M$ cruft, some guides etc are available.
>
> --
> 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+unsubscr...@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.
> 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+unsubscr...@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.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to