From 7156e1be438f29a1bbc52d525db503af6acb8156 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Wed, 15 Jan 2014 09:11:57 +0700 Subject: python/Flask: Added (Microframework). Signed-off-by: Willy Sudiarto Raharjo --- python/Flask/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python/Flask/README (limited to 'python/Flask/README') diff --git a/python/Flask/README b/python/Flask/README new file mode 100644 index 0000000000..fdc117a9e8 --- /dev/null +++ b/python/Flask/README @@ -0,0 +1,3 @@ +Flask is a microframework for Python based on Werkzeug +and Jinja2. It's intended for getting started very quickly +and was developed with best intentions in mind. -- cgit v1.2.3