Skip to content

Commit 09389b4

Browse files
committed
new django resource
1 parent 4e3cf70 commit 09389b4

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

all.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1367,7 +1367,9 @@ <h2>Django tutorials</h2>
13671367
</li>
13681368
<li>
13691369
<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>
1370-
is a detailed tutorial that walks through each step in the deployment process.</p>
1370+
and
1371+
<a href="https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-centos-7">how to set up Django with PostgreSQL, Nginx and Gunicorn</a>
1372+
are detailed tutorials that walk through each step in the deployment process.</p>
13711373
</li>
13721374
</ul>
13731375
<h2>Django videos</h2>

django.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,9 @@ <h2>Django tutorials</h2>
192192
</li>
193193
<li>
194194
<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>
195-
is a detailed tutorial that walks through each step in the deployment process.</p>
195+
and
196+
<a href="https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-centos-7">how to set up Django with PostgreSQL, Nginx and Gunicorn</a>
197+
are detailed tutorials that walk through each step in the deployment process.</p>
196198
</li>
197199
</ul>
198200
<h2>Django videos</h2>

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-05-18T11:23:22Z</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-05-19T06:44:33Z</updated></feed>

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,9 @@ While you're learning about Django you should also read up on
151151
are a time saver or "too much magic" for the framework.
152152

153153
* [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)
154-
is a detailed tutorial that walks through each step in the deployment process.
154+
and
155+
[how to set up Django with PostgreSQL, Nginx and Gunicorn](https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-centos-7)
156+
are detailed tutorials that walk through each step in the deployment process.
155157

156158

157159
## Django videos

0 commit comments

Comments
 (0)