File tree Expand file tree Collapse file tree 4 files changed +15
-1
lines changed
source/content/pages/02-web-frameworks Expand file tree Collapse file tree 4 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -609,6 +609,11 @@ <h2>Bottle resources</h2>
609609 is another Bottle walkthrough for creating a RESTful web API.</ p >
610610</ li >
611611< li >
612+ < p > < a href ="http://reachtim.com/articles/BAM-Short-Stack.html "> BAM! A Web Framework "Short Stack"</ a >
613+ is a walkthrough of using Bottle, Apache and MongoDB to create a web
614+ application.</ p >
615+ </ li >
616+ < li >
612617< p > < a href ="http://gengo.github.io/decanter/ "> Decanter</ a > is a library for structuring
613618 Bottle projects.</ p >
614619</ li >
Original file line number Diff line number Diff line change @@ -65,6 +65,11 @@ <h2>Bottle resources</h2>
6565 is another Bottle walkthrough for creating a RESTful web API.</ p >
6666</ li >
6767< li >
68+ < p > < a href ="http://reachtim.com/articles/BAM-Short-Stack.html "> BAM! A Web Framework "Short Stack"</ a >
69+ is a walkthrough of using Bottle, Apache and MongoDB to create a web
70+ application.</ p >
71+ </ li >
72+ < li >
6873< p > < a href ="http://gengo.github.io/decanter/ "> Decanter</ a > is a library for structuring
6974 Bottle projects.</ p >
7075</ li >
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 >2014-10-06T14:15:34Z </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-10-07T09:23:08Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -38,6 +38,10 @@ included with Python.
3838* This [ tutorial] ( http://gotofritz.net/blog/weekly-challenge/restful-python-api-bottle/ )
3939 is another Bottle walkthrough for creating a RESTful web API.
4040
41+ * [ BAM! A Web Framework "Short Stack"] ( http://reachtim.com/articles/BAM-Short-Stack.html )
42+ is a walkthrough of using Bottle, Apache and MongoDB to create a web
43+ application.
44+
4145* [ Decanter] ( http://gengo.github.io/decanter/ ) is a library for structuring
4246 Bottle projects.
4347
You can’t perform that action at this time.
0 commit comments