realpython / flask-by-exampleLinks
flask, heroku, environment variables, sqlalchemy, flask-migrate, redis
☆681Updated 4 years ago
Alternatives and similar repositories for flask-by-example
Users that are interested in flask-by-example are comparing it to the libraries listed below
Sorting:
- This is how I structure my large Flask applications.☆518Updated 7 years ago
- Companion code to my PyCon 2016 "Flask at Scale" tutorial session.☆514Updated 2 years ago
- Boilerplate template for a Python Flask application with Flask-SQLAlchemy, Flask-WTF, Fabric, Coverage, and Bootstrap☆1,564Updated last year
- Real Python Flask Starter Project☆435Updated 3 years ago
- An example of a large scale Flask application using blueprints and extensions.☆995Updated 2 years ago
- Fbone (Flask bone) is a Flask (Python microframework) starter/template/bootstrap/boilerplate application.☆1,712Updated 3 years ago
- A solid foundation for your flask app☆1,285Updated 2 years ago
- Example Flask application illustrating some of my common practices☆1,593Updated 5 years ago
- Fully fledged Flask boilerplate code☆357Updated 7 years ago
- Exemplary real world JSON API built with Flask (Python)☆902Updated 2 years ago
- Formatting of dates and times in Flask templates using moment.js.☆378Updated 4 months ago
- ☆339Updated 2 years ago
- The Flask website, built with Flask!☆1,333Updated 5 years ago
- Customizable User Authorization & User Management: Register, Confirm, Login, Change username/password, Forgot password and more.☆1,069Updated 3 years ago
- Source of Explore Flask book☆1,690Updated last year
- This repository contains the software that accompanies my O'Reilly training video "Building Web APIs with Flask".☆194Updated 2 years ago
- Quick and simple security for Flask applications☆1,634Updated 10 months ago
- Flask Series☆341Updated 2 years ago
- Simple extension that provides Basic, Digest and Token HTTP authentication for Flask routes☆1,280Updated 4 months ago
- JWT (JSON Web Tokens) for Flask applications☆566Updated 2 years ago
- Browsable web APIs for Flask.☆1,457Updated 2 weeks ago
- Simple integration of Flask and WTForms, including CSRF, file upload and Recaptcha integration.☆1,491Updated last month
- How to incorporate Celery into a well structured Flask application