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