From 44bc02ed3f1a87a79ce0b5b067b0b30cd20c6d91 Mon Sep 17 00:00:00 2001
From: Stan Bright <stan@stanbright.com>
Date: Sun, 17 Apr 2016 17:39:20 +0300
Subject: [PATCH] Add Flask-AppBuilder

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index a9bfac5..b085735 100644
--- a/README.md
+++ b/README.md
@@ -449,6 +449,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
 * [Django](https://www.djangoproject.com/) - The most popular web framework in Python.
     * [awesome-django](https://github.com/rosarior/awesome-django)
 * [Flask](http://flask.pocoo.org/) - A microframework for Python.
+    * [Flask-AppBuilder](https://github.com/dpgaspar/Flask-AppBuilder) - Simple and rapid application development framework, built on top of Flask.
     * [awesome-flask](https://github.com/humiaozuzu/awesome-flask)
 * [Pyramid](http://www.pylonsproject.org/) - A small, fast, down-to-earth, open source Python web framework.
     * [awesome-pyramid](https://github.com/uralbash/awesome-pyramid)
-- 
GitLab