Skip to content

Commit 75322bb

Browse files
committed
adding new WSGI resource
1 parent 264df75 commit 75322bb

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed

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>2013-12-14T10:40:09Z</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>2013-12-16T11:30:49Z</updated></feed>

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,8 @@ <h2>WSGI Resources</h2>
379379
<a class="reference external" href="http://code.google.com/p/modwsgi/">mod_wsgi</a>,
380380
<a class="reference external" href="https://github.com/unbit/uwsgi-docs">uWSGI</a>, and
381381
<a class="reference external" href="http://www.gevent.org/">gevent</a> are common WSGI server implementations.</p>
382+
<p>This <a class="reference external" href="http://agiliq.com/blog/2013/07/basics-wsgi/">Basics of WSGI</a> post
383+
contains a simple example of how a WSGI-compatible application works.</p>
382384
<p><a class="reference external" href="http://www.apreche.net/complete-single-server-django-stack-tutorial/">Complete single server Django stack tutorial</a> is thorough and informative for
383385
non-paas hosting choices.</p>
384386
</div>

pages/wsgi-server.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ <h2>WSGI Resources</h2>
7171
<a class="reference external" href="http://code.google.com/p/modwsgi/">mod_wsgi</a>,
7272
<a class="reference external" href="https://github.com/unbit/uwsgi-docs">uWSGI</a>, and
7373
<a class="reference external" href="http://www.gevent.org/">gevent</a> are common WSGI server implementations.</p>
74+
<p>This <a class="reference external" href="http://agiliq.com/blog/2013/07/basics-wsgi/">Basics of WSGI</a> post
75+
contains a simple example of how a WSGI-compatible application works.</p>
7476
<p><a class="reference external" href="http://www.apreche.net/complete-single-server-django-stack-tutorial/">Complete single server Django stack tutorial</a> is thorough and informative for
7577
non-paas hosting choices.</p>
7678
</div>

source/content/pages/wsgi-server.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,8 @@ specifications.
3737
`uWSGI <https://github.com/unbit/uwsgi-docs>`_, and
3838
`gevent <http://www.gevent.org/>`_ are common WSGI server implementations.
3939

40+
This `Basics of WSGI <http://agiliq.com/blog/2013/07/basics-wsgi/>`_ post
41+
contains a simple example of how a WSGI-compatible application works.
42+
4043
`Complete single server Django stack tutorial <http://www.apreche.net/complete-single-server-django-stack-tutorial/>`_ is thorough and informative for
4144
non-paas hosting choices.

0 commit comments

Comments
 (0)