flask项目模板:
https://github.com/miguelgrinberg/flasky

Miguel Grinberg f37dbad01a Chapter 17: Traditional hosting (17g) 5 years ago
app f662f633be Chapter 17: Heroku support with Waitress (17c-waitress) 6 months ago
migrations 005b3255ef Chapter 13: Blog post comments (13a) 6 months ago
requirements f37dbad01a Chapter 17: Traditional hosting (17g) 6 months ago
tests c72fa6f02a Chapter 15: Unit tests with Selenium (15d) 6 months ago
.gitignore 3a4fbbd494 Chapter 17: Docker Compose support (17f) 6 months ago
Dockerfile f2eef69b44 Chapter 17: Docker support (17d) 6 months ago
LICENSE 613ae49d71 Chapter 1: initial version (1a) 5 years ago
Procfile 17b619f6d3 Chapter 17: Heroku support with Gunicorn (17c) 6 months ago
README.md 613ae49d71 Chapter 1: initial version (1a) 5 years ago
boot.sh 3a4fbbd494 Chapter 17: Docker Compose support (17f) 6 months ago
config.py f37dbad01a Chapter 17: Traditional hosting (17g) 6 months ago
docker-compose.yml 3a4fbbd494 Chapter 17: Docker Compose support (17f) 6 months ago
flasky.py f37dbad01a Chapter 17: Traditional hosting (17g) 6 months ago
requirements.txt f662f633be Chapter 17: Heroku support with Waitress (17c-waitress) 6 months ago

README.md

Flasky

This repository contains the source code examples for the second edition of my O'Reilly book Flask Web Development.

The commits and tags in this repository were carefully created to match the sequence in which concepts are presented in the book. Please read the section titled "How to Work with the Example Code" in the book's preface for instructions.

For Readers of the First Edition of the Book

The code examples for the first edition of the book were moved to a different repository: https://github.com/miguelgrinberg/flasky-first-edition.