Upgrade to Pro — share decks privately, control downloads, hide ads and more …

AngularJS and Django - Meetup Django CH #19

AngularJS and Django - Meetup Django CH #19

What is AngularJS, how is it different from django and how can they combine.

Gregory Favre

January 23, 2014
Tweet

More Decks by Gregory Favre

Other Decks in Programming

Transcript

  1. AngularJS • Full featured Single Page Application framework • Well

    documented and widely used Forks (GitHub) 0 1500 3000 4500 6000 Angular.js ackbone Em ber.js Knockout Questions (Stack overflow) 0 6000 12000 18000 24000 Angular.js ackbone Em ber.js Knockout
  2. MVVM $scope View Controller Django: template Django: view Django: context

    + forms Routes Django: urls.py Django: app Module
  3. Integration with Django • AngularJS does not provide a ORM

    • AngularJS and Django will clash: • templates: {{ }} • urls.py vs routes • Different philosophies / coding practices