From ffa5fb6f8c044dc34830b86a807b153c771491db Mon Sep 17 00:00:00 2001 From: Sourab Dolai <40881051+Dattebayooooo@users.noreply.github.com> Date: Thu, 8 Jun 2023 09:46:22 +0530 Subject: [PATCH] Added Flask-backbone [2023] Modern Flask Boilerplate with a well-organized structure by abstractkitchen.com --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3930ec4..e5f662a 100644 --- a/README.md +++ b/README.md @@ -250,3 +250,4 @@ - [flask-rest-template](https://github.com/alexandre/flask-rest-template) - [gae-init](https://gae-init.appspot.com) - Flask boilerplate running on Google App Engine - [Flask-AppBuilder](https://github.com/dpgaspar/Flask-AppBuilder) - Simple and rapid application builder framework, built on top of Flask. includes detailed security, auto form generation, google charts and much more +- [Flask-backbone](https://github.com/abstractkitchen/flask-backbone) - Modern Flask Boilerplate with a well-organised structure.