Skip to content

Commit 2173472

Browse files
committed
adding new bottle resource
1 parent 7f37fef commit 2173472

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
@@ -2064,6 +2064,11 @@ <h2>Bottle resources</h2>
20642064
<p><a href="http://nongraphical.com/2012/08/using-bottle-py-in-production/">Using bottle.py in Production</a>
20652065
has some good tips on deploying a Bottle app to a production environment.</p>
20662066
</li>
2067+
<li>
2068+
<p><a href="http://reliablybroken.com/b/2013/12/jinja2-templates-and-bottle/">Jinja2 Templates and Bottle</a>
2069+
shows how to use Jinja instead of the built-in templating engine for
2070+
Bottle page rendering.</p>
2071+
</li>
20672072
</ul>
20682073
<h2>Open source Bottle example projects</h2>
20692074
<ul>

bottle.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@ <h2>Bottle resources</h2>
7474
<p><a href="http://nongraphical.com/2012/08/using-bottle-py-in-production/">Using bottle.py in Production</a>
7575
has some good tips on deploying a Bottle app to a production environment.</p>
7676
</li>
77+
<li>
78+
<p><a href="http://reliablybroken.com/b/2013/12/jinja2-templates-and-bottle/">Jinja2 Templates and Bottle</a>
79+
shows how to use Jinja instead of the built-in templating engine for
80+
Bottle page rendering.</p>
81+
</li>
7782
</ul>
7883
<h2>Open source Bottle example projects</h2>
7984
<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-29T15:43:40Z</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-30T14:01:06Z</updated></feed>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ included with Python.
4040
* [Using bottle.py in Production](http://nongraphical.com/2012/08/using-bottle-py-in-production/)
4141
has some good tips on deploying a Bottle app to a production environment.
4242

43+
* [Jinja2 Templates and Bottle](http://reliablybroken.com/b/2013/12/jinja2-templates-and-bottle/)
44+
shows how to use Jinja instead of the built-in templating engine for
45+
Bottle page rendering.
46+
4347

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

0 commit comments

Comments
 (0)