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