Skip to content

Commit cfc9dc5

Browse files
committed
new django resource
1 parent 95e1ec7 commit cfc9dc5

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
@@ -327,6 +327,11 @@ <h2>Django 1.7-specific resources</h2>
327327
<a href="http://andrewsforge.com/article/upgrading-django-to-17/part-4-upgrade-strategies/">part 4</a>
328328
are now all available to read.</p>
329329
</li>
330+
<li>
331+
<p><a href="https://lincolnloop.com/blog/integrating-front-end-tools-your-django-project/">Integerating Front End Tools with Django</a>
332+
is a good post to read for figuring out how to use <a href="http://gulpjs.com/">Gulp</a>
333+
for handling front end tools in development and production Django sites.</p>
334+
</li>
330335
</ul>
331336
<h2>Django with Angular (Djangular) resources</h2>
332337
<ul>

django.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,11 @@ <h2>Django 1.7-specific resources</h2>
221221
<a href="http://andrewsforge.com/article/upgrading-django-to-17/part-4-upgrade-strategies/">part 4</a>
222222
are now all available to read.</p>
223223
</li>
224+
<li>
225+
<p><a href="https://lincolnloop.com/blog/integrating-front-end-tools-your-django-project/">Integerating Front End Tools with Django</a>
226+
is a good post to read for figuring out how to use <a href="http://gulpjs.com/">Gulp</a>
227+
for handling front end tools in development and production Django sites.</p>
228+
</li>
224229
</ul>
225230
<h2>Django with Angular (Djangular) resources</h2>
226231
<ul>

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>2015-01-09T12:42:48Z</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>2015-01-10T13:05:01Z</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
@@ -181,6 +181,10 @@ syntax and language semantics first before diving into web development.
181181
[part 4](http://andrewsforge.com/article/upgrading-django-to-17/part-4-upgrade-strategies/)
182182
are now all available to read.
183183

184+
* [Integerating Front End Tools with Django](https://lincolnloop.com/blog/integrating-front-end-tools-your-django-project/)
185+
is a good post to read for figuring out how to use [Gulp](http://gulpjs.com/)
186+
for handling front end tools in development and production Django sites.
187+
184188

185189
## Django with Angular (Djangular) resources
186190
* [Getting Started with Django Rest Framework and AngularJS](http://blog.kevinastone.com/getting-started-with-django-rest-framework-and-angularjs.html)

0 commit comments

Comments
 (0)