Quantcast
Channel: Latest posts from timonweb.com
Viewing all articles
Browse latest Browse all 93

Make Django and AngularJS play nicely together

$
0
0

Been working a lot with AngularJS and Django recently. To make them play nicely together one of the first things you need to do in your Angular App is to enable CSRF support and send X-Requested-With header, do it like this:

  1. varapp=angular.module('AppName',[]);
  2. app.config(['$httpProvider' ...

Read now


Viewing all articles
Browse latest Browse all 93

Trending Articles