Hacker News new | ask | show | jobs
by the_cat_kittles 4805 days ago
might also be worth noting that django-tastypie is the defacto standard for REST apis, and sends and returns json (among many other serialization formats) very easily. This obviously doesn't work for all ajax cases, but its extremely useful nonetheless.
1 comments

I would recommend Django Rest Framework. It gives you more fine grained control. We just use the serialisers for example.