Django Tricks for Processing and Storing JSON
In this post I’ll show a few tricks I use to make JSON fit into Django more seamlessly. The first is a lesson on coding that everybody should know. Parsing external JSON: Whenever you take in JSON from “strange computers” … Continue reading
Posted in Application Development
Tagged django, json, python
Comments Off on Django Tricks for Processing and Storing JSON