From 84f1641ea004bdbd88f4bfa886da3c49196f2cab Mon Sep 17 00:00:00 2001 From: Bruno Rocha Date: Mon, 30 Jun 2014 10:46:40 -0300 Subject: [PATCH 1/2] added Quokka Project in CMS --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ea2924..f3cc782 100644 --- a/README.md +++ b/README.md @@ -230,8 +230,9 @@ so you need Python. *Content Management Systems* * [Mezzanine](http://mezzanine.jupo.org/) - A powerful, consistent, and flexible content management platform. -* [Wagtail](http://wagtail.io/) - A Django content management system +* [Wagtail](http://wagtail.io/) - A Django content management system. * [django-oscar](http://oscarcommerce.com/) - An open-source ecommerce framework for Django. +* [Quokka CMS](http://quokkaproject.org) - Flexible, extensible, small CMS powered by Flask and MongoDB. ## RESTful API From cefe281d90500ec391dfb3ca8b12846a500ed1b5 Mon Sep 17 00:00:00 2001 From: Bruno Rocha Date: Mon, 30 Jun 2014 10:49:55 -0300 Subject: [PATCH 2/2] yeah @web2py is an awesome web framework --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f3cc782..86709f3 100644 --- a/README.md +++ b/README.md @@ -224,6 +224,7 @@ so you need Python. * [Flask](http://flask.pocoo.org/) - A microframework for Python. * [Bottle](http://bottlepy.org/) - A fast, simple and lightweight WSGI micro web-framework. * [Pyramid](http://www.pylonsproject.org/) - A small, fast, down-to-earth, open source Python web framework. +* [web2py](http://www.web2py.com) - A full stack web framework and platform focused in the ease of use. ## CMS