backbone.js

Trying to parse `request.body` from POST in Django

Trying to parse `request.body` from POST in Django Question: For some reason I cannot figure out why Django isn’t handling my request.body content correctly. It is being sent in JSON format, and looking at the Network tab in Dev Tools shows this as the request payload: {creator: “creatorname”, content: “postcontent”, date: “04/21/2015”} which is exactly …

Total answers: 1

Assertion error at: Django-rest-Framework

Assertion error at: Django-rest-Framework Question: I am using python 3.4, Django 1.7.1 (the version considered in the book), Postgres 9.3 and my IDE is Eclipse. I have been studying the book “Lightweight Django – Elman and Lavin” and I have been stuck for days in the chapters 4 and 5, where we are supposed to …

Total answers: 3