Posting JSON Data to a Django App

From Littledamien Wiki
Revision as of 13:21, 21 February 2013 by Video8 (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

The goal is to create a Django app that accepts JSON data via POST requests.

External resources