Skip to content

Commit 14c07f8

Browse files
committed
adding djangular resources
1 parent 52e0c2d commit 14c07f8

File tree

6 files changed

+69
-15
lines changed

6 files changed

+69
-15
lines changed

all.html

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -212,11 +212,6 @@ <h2>Django tutorials</h2>
212212
for the community.</p>
213213
</li>
214214
<li>
215-
<p><a href="https://thinkster.io/brewer/angular-django-tutorial/">Building Web Applications with Django and AngularJS</a>
216-
is a very detailed guide for using Django as an API layer and AngularJS
217-
as the MVC front end in the browser.</p>
218-
</li>
219-
<li>
220215
<p>Steve Losh wrote an incredibly detailed <a href="http://stevelosh.com/blog/2011/06/django-advice/">Django Advice guide</a>.</p>
221216
</li>
222217
<li>
@@ -326,6 +321,29 @@ <h2>Django 1.7-specific resources</h2>
326321
are now all available to read.</p>
327322
</li>
328323
</ul>
324+
<h2>Django with Angular (Djangular) resources</h2>
325+
<ul>
326+
<li>
327+
<p><a href="http://blog.kevinastone.com/getting-started-with-django-rest-framework-and-angularjs.html">Getting Started with Django Rest Framework and AngularJS</a>
328+
is a very detailed introduction to Djangular with example code. </p>
329+
</li>
330+
<li>
331+
<p><a href="https://thinkster.io/brewer/angular-django-tutorial/">Building Web Applications with Django and AngularJS</a>
332+
is a very detailed guide for using Django as an API layer and AngularJS
333+
as the MVC front end in the browser.</p>
334+
</li>
335+
<li>
336+
<p>This <a href="http://blog.mourafiq.com/post/55034504632/end-to-end-web-app-with-django-rest-framework">end to end web app with Django-Rest-Framework &amp; AngularJS part 1</a>
337+
tutorial along with
338+
<a href="http://blog.mourafiq.com/post/55099429431/end-to-end-web-app-with-django-rest-framework">part 2</a>,
339+
<a href="http://blog.mourafiq.com/post/58725341511/end-to-end-web-app-with-django-rest-framework">part 3</a>
340+
and
341+
<a href="http://blog.mourafiq.com/post/58726121556/end-to-end-web-app-with-django-rest-framework">part 4</a>
342+
creates an example blog application with Djangular. There is also a
343+
corresponding <a href="https://github.com/mouradmourafiq/django-angular-blog">GitHub repo</a>
344+
for the project code.</p>
345+
</li>
346+
</ul>
329347
<h2>Django ORM resources</h2>
330348
<p>The <a href="https://docs.djangoproject.com/en/dev/topics/db/">Django ORM</a> works well
331349
for simple and medium-complexity database operations. However, there are often
@@ -4218,6 +4236,7 @@ <h1>Change Log</h1>
42184236
<h2>2014</h2>
42194237
<h3></h3>
42204238
<ul>
4239+
<li>Split out Djangular resources into a separate section.</li>
42214240
<li>New NoSQL Python client resources.</li>
42224241
<li>Added new API resources for integration and creation.</li>
42234242
</ul>

change-log.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ <h1>Change Log</h1>
4646
<h2>2014</h2>
4747
<h3></h3>
4848
<ul>
49+
<li>Split out Djangular resources into a separate section.</li>
4950
<li>New NoSQL Python client resources.</li>
5051
<li>Added new API resources for integration and creation.</li>
5152
</ul>

django.html

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,6 @@ <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>
121116
<p>Steve Losh wrote an incredibly detailed <a href="http://stevelosh.com/blog/2011/06/django-advice/">Django Advice guide</a>.</p>
122117
</li>
123118
<li>
@@ -227,6 +222,29 @@ <h2>Django 1.7-specific resources</h2>
227222
are now all available to read.</p>
228223
</li>
229224
</ul>
225+
<h2>Django with Angular (Djangular) resources</h2>
226+
<ul>
227+
<li>
228+
<p><a href="http://blog.kevinastone.com/getting-started-with-django-rest-framework-and-angularjs.html">Getting Started with Django Rest Framework and AngularJS</a>
229+
is a very detailed introduction to Djangular with example code. </p>
230+
</li>
231+
<li>
232+
<p><a href="https://thinkster.io/brewer/angular-django-tutorial/">Building Web Applications with Django and AngularJS</a>
233+
is a very detailed guide for using Django as an API layer and AngularJS
234+
as the MVC front end in the browser.</p>
235+
</li>
236+
<li>
237+
<p>This <a href="http://blog.mourafiq.com/post/55034504632/end-to-end-web-app-with-django-rest-framework">end to end web app with Django-Rest-Framework &amp; AngularJS part 1</a>
238+
tutorial along with
239+
<a href="http://blog.mourafiq.com/post/55099429431/end-to-end-web-app-with-django-rest-framework">part 2</a>,
240+
<a href="http://blog.mourafiq.com/post/58725341511/end-to-end-web-app-with-django-rest-framework">part 3</a>
241+
and
242+
<a href="http://blog.mourafiq.com/post/58726121556/end-to-end-web-app-with-django-rest-framework">part 4</a>
243+
creates an example blog application with Djangular. There is also a
244+
corresponding <a href="https://github.com/mouradmourafiq/django-angular-blog">GitHub repo</a>
245+
for the project code.</p>
246+
</li>
247+
</ul>
230248
<h2>Django ORM resources</h2>
231249
<p>The <a href="https://docs.djangoproject.com/en/dev/topics/db/">Django ORM</a> works well
232250
for simple and medium-complexity database operations. However, there are often

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-12-13T08:52:26Z</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-12-14T08:44:33Z</updated></feed>

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

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,6 @@ 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-
10197
* Steve Losh wrote an incredibly detailed [Django Advice guide](http://stevelosh.com/blog/2011/06/django-advice/).
10298

10399
* [Lightweight Django](http://programming.oreilly.com/2014/04/simplifying-django.html)
@@ -186,6 +182,25 @@ syntax and language semantics first before diving into web development.
186182
are now all available to read.
187183

188184

185+
## Django with Angular (Djangular) resources
186+
* [Getting Started with Django Rest Framework and AngularJS](http://blog.kevinastone.com/getting-started-with-django-rest-framework-and-angularjs.html)
187+
is a very detailed introduction to Djangular with example code.
188+
189+
* [Building Web Applications with Django and AngularJS](https://thinkster.io/brewer/angular-django-tutorial/)
190+
is a very detailed guide for using Django as an API layer and AngularJS
191+
as the MVC front end in the browser.
192+
193+
* This [end to end web app with Django-Rest-Framework & AngularJS part 1](http://blog.mourafiq.com/post/55034504632/end-to-end-web-app-with-django-rest-framework)
194+
tutorial along with
195+
[part 2](http://blog.mourafiq.com/post/55099429431/end-to-end-web-app-with-django-rest-framework),
196+
[part 3](http://blog.mourafiq.com/post/58725341511/end-to-end-web-app-with-django-rest-framework)
197+
and
198+
[part 4](http://blog.mourafiq.com/post/58726121556/end-to-end-web-app-with-django-rest-framework)
199+
creates an example blog application with Djangular. There is also a
200+
corresponding [GitHub repo](https://github.com/mouradmourafiq/django-angular-blog)
201+
for the project code.
202+
203+
189204
## Django ORM resources
190205
The [Django ORM](https://docs.djangoproject.com/en/dev/topics/db/) works well
191206
for simple and medium-complexity database operations. However, there are often

source/content/pages/11-misc/1104-change-log.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ the
2424

2525
## 2014
2626
###
27+
* Split out Djangular resources into a separate section.
2728
* New NoSQL Python client resources.
2829
* Added new API resources for integration and creation.
2930

0 commit comments

Comments
 (0)