Skip to content

Commit 086e2dd

Browse files
committed
adding web2py as another web framework
1 parent fab7386 commit 086e2dd

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

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-04-28T16:52:10Z</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-04-29T07:27:01Z</updated></feed>

other-web-frameworks.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ <h2>Morepath</h2>
6060
<h2>web.py</h2>
6161
<p><a href="http://webpy.org/">web.py</a> is a Python web framework designed for simplicity
6262
in building web applications.</p>
63+
<h2>web2py</h2>
64+
<p><a href="http://www.web2py.com/">Web2py</a> is a batteries-included philosophy framework
65+
with project structure based on model-view-controller patterns.</p>
6366
<h2>Other web framework resources</h2>
6467
<ul>
6568
<li>

source/content/pages/02-web-frameworks/0209-other-web-frameworks.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ framework that routes URLs directly to model code.
4141
in building web applications.
4242

4343

44+
## web2py
45+
[Web2py](http://www.web2py.com/) is a batteries-included philosophy framework
46+
with project structure based on model-view-controller patterns.
47+
48+
4449
## Other web framework resources
4550
* This [roundup of 14 minimal Python frameworks](http://codecondo.com/14-minimal-web-frameworks-for-python/)
4651
contains both familiar and less known Python libraries.

0 commit comments

Comments
 (0)