Skip to content

Commit e99ead1

Browse files
committed
new django resource
1 parent 004bc86 commit e99ead1

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

all.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1226,6 +1226,10 @@ <h2>Django tutorials</h2>
12261226
which often provoke heated debate in the Django community for whether they
12271227
are a time saver or "too much magic" for the framework.</p>
12281228
</li>
1229+
<li>
1230+
<p><a href="https://www.digitalocean.com/community/tutorials/how-to-serve-django-applications-with-uwsgi-and-nginx-on-ubuntu-14-04">How to serve Django apps with uWSGI and Nginx on 14.04</a>
1231+
is a detailed tutorial that walks through each step in the deployment process.</p>
1232+
</li>
12291233
</ul>
12301234
<h2>Django videos</h2>
12311235
<p><div class="well" style="margin-top: 20px;">

django.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,10 @@ <h2>Django tutorials</h2>
185185
which often provoke heated debate in the Django community for whether they
186186
are a time saver or "too much magic" for the framework.</p>
187187
</li>
188+
<li>
189+
<p><a href="https://www.digitalocean.com/community/tutorials/how-to-serve-django-applications-with-uwsgi-and-nginx-on-ubuntu-14-04">How to serve Django apps with uWSGI and Nginx on 14.04</a>
190+
is a detailed tutorial that walks through each step in the deployment process.</p>
191+
</li>
188192
</ul>
189193
<h2>Django videos</h2>
190194
<p><div class="well" style="margin-top: 20px;">

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-04-13T02:23:42Z</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-04-14T11:52:08Z</updated></feed>

source/content/pages/04-web-development/02-django.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ While you're learning about Django you should also read up on
146146
which often provoke heated debate in the Django community for whether they
147147
are a time saver or "too much magic" for the framework.
148148

149+
* [How to serve Django apps with uWSGI and Nginx on 14.04](https://www.digitalocean.com/community/tutorials/how-to-serve-django-applications-with-uwsgi-and-nginx-on-ubuntu-14-04)
150+
is a detailed tutorial that walks through each step in the deployment process.
151+
149152

150153
## Django videos
151154
<div class="well" style="margin-top: 20px;">

0 commit comments

Comments
 (0)