Skip to content

Commit 7f37fef

Browse files
committed
new bottle resource
1 parent 92176e3 commit 7f37fef

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
@@ -2060,6 +2060,10 @@ <h2>Bottle resources</h2>
20602060
does a nice job of connecting SQLAlchemy with Bottle and building an example
20612061
application using the framework.</p>
20622062
</li>
2063+
<li>
2064+
<p><a href="http://nongraphical.com/2012/08/using-bottle-py-in-production/">Using bottle.py in Production</a>
2065+
has some good tips on deploying a Bottle app to a production environment.</p>
2066+
</li>
20632067
</ul>
20642068
<h2>Open source Bottle example projects</h2>
20652069
<ul>

bottle.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ <h2>Bottle resources</h2>
7070
does a nice job of connecting SQLAlchemy with Bottle and building an example
7171
application using the framework.</p>
7272
</li>
73+
<li>
74+
<p><a href="http://nongraphical.com/2012/08/using-bottle-py-in-production/">Using bottle.py in Production</a>
75+
has some good tips on deploying a Bottle app to a production environment.</p>
76+
</li>
7377
</ul>
7478
<h2>Open source Bottle example projects</h2>
7579
<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-09-28T09:19:25Z</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-09-29T15:43:40Z</updated></feed>

source/content/pages/04-web-development/04-bottle.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ included with Python.
3737
does a nice job of connecting SQLAlchemy with Bottle and building an example
3838
application using the framework.
3939

40+
* [Using bottle.py in Production](http://nongraphical.com/2012/08/using-bottle-py-in-production/)
41+
has some good tips on deploying a Bottle app to a production environment.
42+
4043

4144
## Open source Bottle example projects
4245
* [Pattle](https://github.com/thekad/pasttle) is a pastebin clone built with

0 commit comments

Comments
 (0)