Posting JSON Data to a Django App: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Overview == The goal is to create a Django app that accepts JSON data via POST requests. == External resources == * [http://django-tastypie.readthedocs.org/en/latest/ Ta...") |
(No difference)
|
Revision as of 13:21, 21 February 2013
Overview
The goal is to create a Django app that accepts JSON data via POST requests.