Getting AngularJS Authentication Working with Django

django-angular-auth is a very simple example app or seed to get AngularJS authenticating using Django and Tastypie.

Although AngularJS' documentation has gotten much better, it still took me quite a while to figure out what exactly was the best path to take. Also, there are a few gotchas with allowed headers and cross-site security which are already solved in the example. Take a look and let me know what you think.