Skip to content

Commit 6e4791b

Browse files
committed
new django resource
1 parent 4b0deee commit 6e4791b

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

django.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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>

source/content/pages/02-web-frameworks/0202-django.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)