File tree Expand file tree Collapse file tree 4 files changed +37
-1
lines changed
source/content/pages/04-web-development Expand file tree Collapse file tree 4 files changed +37
-1
lines changed Original file line number Diff line number Diff line change @@ -2095,6 +2095,19 @@ <h1>Pyramid</h1>
20952095source < a href ="/wsgi-servers.html "> WSGI</ a > web framework based on the
20962096Model-View-Controller (MVC) architectural pattern.</ p >
20972097< p > < a href ="http://www.pylonsproject.org/ " style ="border: none; "> < img src ="theme/img/pyramid-logo.jpg " style ="border-radius: 5px; " width ="100% " alt ="Pyramid web framework logo. " class ="technical-diagram " /> </ a > </ p >
2098+ < h2 > Open source Pyramid example apps</ h2 >
2099+ < ul >
2100+ < li >
2101+ < p > < a href ="https://github.com/Pylons/pyramid_blogr "> pyramid_blogr</ a > is an example
2102+ project that shows how to build a blog with Pyramid modeled on the
2103+ < a href ="http://flask.pocoo.org/docs/0.10/tutorial/introduction/ "> Flaskr</ a > tutorial.</ p >
2104+ </ li >
2105+ < li >
2106+ < p > < a href ="https://github.com/twillis/pyramid_appengine "> pyramid_appengine</ a >
2107+ provides a project skeleton for running Pyramid on
2108+ < a href ="/platform-as-a-service.html "> Google App Engine</ a > .</ p >
2109+ </ li >
2110+ </ ul >
20982111< h2 > Pyramid resources</ h2 >
20992112< ul >
21002113< 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 >2015-09-16T14:39:22Z </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-17T09:11:11Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -36,6 +36,19 @@ <h1>Pyramid</h1>
3636source < a href ="/wsgi-servers.html "> WSGI</ a > web framework based on the
3737Model-View-Controller (MVC) architectural pattern.</ p >
3838< p > < a href ="http://www.pylonsproject.org/ " style ="border: none; "> < img src ="theme/img/pyramid-logo.jpg " style ="border-radius: 5px; " width ="100% " alt ="Pyramid web framework logo. " class ="technical-diagram " /> </ a > </ p >
39+ < h2 > Open source Pyramid example apps</ h2 >
40+ < ul >
41+ < li >
42+ < p > < a href ="https://github.com/Pylons/pyramid_blogr "> pyramid_blogr</ a > is an example
43+ project that shows how to build a blog with Pyramid modeled on the
44+ < a href ="http://flask.pocoo.org/docs/0.10/tutorial/introduction/ "> Flaskr</ a > tutorial.</ p >
45+ </ li >
46+ < li >
47+ < p > < a href ="https://github.com/twillis/pyramid_appengine "> pyramid_appengine</ a >
48+ provides a project skeleton for running Pyramid on
49+ < a href ="/platform-as-a-service.html "> Google App Engine</ a > .</ p >
50+ </ li >
51+ </ ul >
3952< h2 > Pyramid resources</ h2 >
4053< ul >
4154< li >
Original file line number Diff line number Diff line change @@ -13,6 +13,16 @@ Model-View-Controller (MVC) architectural pattern.
1313<a href =" http://www.pylonsproject.org/ " style =" border : none ;" ><img src =" theme/img/pyramid-logo.jpg " style =" border-radius : 5px ;" width =" 100% " alt =" Pyramid web framework logo. " class =" technical-diagram " /></a >
1414
1515
16+ ## Open source Pyramid example apps
17+ * [ pyramid\_ blogr] ( https://github.com/Pylons/pyramid_blogr ) is an example
18+ project that shows how to build a blog with Pyramid modeled on the
19+ [ Flaskr] ( http://flask.pocoo.org/docs/0.10/tutorial/introduction/ ) tutorial.
20+
21+ * [ pyramid\_ appengine] ( https://github.com/twillis/pyramid_appengine )
22+ provides a project skeleton for running Pyramid on
23+ [ Google App Engine] ( /platform-as-a-service.html ) .
24+
25+
1626## Pyramid resources
1727* The [ Pyramid tutorials page] ( http://docs.pylonsproject.org/projects/pyramid-tutorials/en/latest/ )
1828 is a good place to start getting your hands dirty with example projects.
You can’t perform that action at this time.
0 commit comments