Skip to content

Commit a2a09a7

Browse files
committed
adding python anywhere as a paas platform
1 parent 1e61350 commit a2a09a7

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
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>2014-05-15T21:03:04Z</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-05-16T07:52:36Z</updated></feed>

platform-as-a-service.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ <h1>Platform-as-a-service</h1>
6161
deployment because that is the de facto community standard.</p>
6262
<p><a href="http://www.heroku.com/">Heroku</a>,
6363
<a href="https://developers.google.com/appengine/">Google App Engine</a>,
64-
<a href="https://gondor.io/">Gondor</a>, and
64+
<a href="https://gondor.io/">Gondor</a>,
65+
<a href="https://www.pythonanywhere.com/">PythonAnywhere</a> and
6566
<a href="https://openshift.redhat.com/community/get-started/python&gt;">OpenShift</a> are
6667
PaaS that support Python web applications. Each one requires varying tradeoffs
6768
to deploy to their respective platforms.</p>

source/content/pages/03-deployment/0309-platform-as-a-service.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ deployment because that is the de facto community standard.
3737

3838
[Heroku](http://www.heroku.com/),
3939
[Google App Engine](https://developers.google.com/appengine/),
40-
[Gondor](https://gondor.io/), and
40+
[Gondor](https://gondor.io/),
41+
[PythonAnywhere](https://www.pythonanywhere.com/) and
4142
[OpenShift](https://openshift.redhat.com/community/get-started/python>) are
4243
PaaS that support Python web applications. Each one requires varying tradeoffs
4344
to deploy to their respective platforms.

0 commit comments

Comments
 (0)