Skip to content

Commit b7a949f

Browse files
committed
adding new example pyramid projects
1 parent ec88c44 commit b7a949f

File tree

4 files changed

+37
-1
lines changed

4 files changed

+37
-1
lines changed

all.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2095,6 +2095,19 @@ <h1>Pyramid</h1>
20952095
source <a href="/wsgi-servers.html">WSGI</a> web framework based on the
20962096
Model-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>

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

pyramid.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,19 @@ <h1>Pyramid</h1>
3636
source <a href="/wsgi-servers.html">WSGI</a> web framework based on the
3737
Model-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>

source/content/pages/04-web-development/05-pyramid.markdown

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

0 commit comments

Comments
 (0)