File tree Expand file tree Collapse file tree 4 files changed +12
-1
lines changed
source/content/pages/04-web-development Expand file tree Collapse file tree 4 files changed +12
-1
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments