Home

Awesome

Flask-MVC Template

Build Status

Flask-MVC Template It is a template with "batteries included" created for the fast development of applications in the microframework flask

Feature:

Flask-Via: For create routes like a Django Rest Framework style using Blueprints!

Flask-Security: To easily have login, logout, recovery password and to keep administrator views restricted.

This template has a sub folder in templates / security in which are the custom templates for flask-security. Already configured.

Flask-Admin: A cool admin interface customizable for your models and assets recources.

Add yours models in the file admin.py

Flask-Upload: This template brings an example of how to use flask-upload in different blueprints and how to save the url of file in the database

Delete restaurant and food folders and rewrite app / __ init__.py for delete the pretty example

Flask-Script: Awesome commands for your projects, including the Flask-Migrate commands:

Rauth Social Login with facebook, google and twitter

Flask-Testing Simple test unit with Faker for generate forget data and unittest And Selenium webdriver for front end testing

TODO:

:warning: Be carefull

Before use this for your projects keep in mind that this project is quite old, and it is preferable to create one with more modern tools and libraries. This project is useful if you want to read the source code and learn a little about the use of Flask on monolithic architectures.

New version.

Since a lot of extensions of flask are outdated and bugged. We going write features with native flask code, add more features and make the project more clean and easy to use and scale.

Issue to track progress