← Speaking

AngularJS + Django — A Perfect Match

DjangoCon US 2014 · Portland, OR · 2014

Django AngularJS JavaScript REST Frontend

AngularJS is a powerful MVC framework that integrates naturally with Django. This talk walks through how to combine the two to build fast, dynamic single-page applications — letting Django handle the backend and API layer while AngularJS drives the frontend.

Topics covered include setting up Django REST Framework to power an API, connecting AngularJS to consume it, and structuring your project so both frameworks work together cleanly. Attendees came away with a working understanding of how to build a modern Django + AngularJS stack from scratch.