File tree Expand file tree Collapse file tree 4 files changed +15
-1
lines changed
source/content/pages/02-web-frameworks Expand file tree Collapse file tree 4 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -206,6 +206,11 @@ <h2>Django tutorials</h2>
206206 for the community.</ p >
207207</ li >
208208< li >
209+ < p > < a href ="https://thinkster.io/brewer/angular-django-tutorial/ "> Building Web Applications with Django and AngularJS</ a >
210+ is a very detailed guide for using Django as an API layer and AngularJS
211+ as the MVC front end in the browser.</ p >
212+ </ li >
213+ < li >
209214< p > Steve Losh wrote an incredibly detailed < a href ="http://stevelosh.com/blog/2011/06/django-advice/ "> Django Advice guide</ a > .</ p >
210215</ li >
211216< li >
Original file line number Diff line number Diff line change @@ -113,6 +113,11 @@ <h2>Django tutorials</h2>
113113 for the community.</ p >
114114</ li >
115115< li >
116+ < p > < a href ="https://thinkster.io/brewer/angular-django-tutorial/ "> Building Web Applications with Django and AngularJS</ a >
117+ is a very detailed guide for using Django as an API layer and AngularJS
118+ as the MVC front end in the browser.</ p >
119+ </ li >
120+ < li >
116121< p > Steve Losh wrote an incredibly detailed < a href ="http://stevelosh.com/blog/2011/06/django-advice/ "> Django Advice guide</ a > .</ p >
117122</ li >
118123< li >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2014-11-13T08:55 :19Z</updated ></feed >
2+ <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2014-11-14T10:43 :19Z</updated ></feed >
Original file line number Diff line number Diff line change @@ -94,6 +94,10 @@ syntax and language semantics first before diving into web development.
9494 [ Django Best Practices guide] ( http://lincolnloop.com/django-best-practices/ )
9595 for the community.
9696
97+ * [ Building Web Applications with Django and AngularJS] ( https://thinkster.io/brewer/angular-django-tutorial/ )
98+ is a very detailed guide for using Django as an API layer and AngularJS
99+ as the MVC front end in the browser.
100+
97101* Steve Losh wrote an incredibly detailed [ Django Advice guide] ( http://stevelosh.com/blog/2011/06/django-advice/ ) .
98102
99103* [ Lightweight Django] ( http://programming.oreilly.com/2014/04/simplifying-django.html )
You can’t perform that action at this time.
0 commit comments