Skip to content

Commit 2f4c712

Browse files
committed
adding new bottle resource
1 parent bf220f8 commit 2f4c712

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

bottle.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

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-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>

source/content/pages/02-web-frameworks/0204-bottle.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)