Go to file
dependabot[bot] fdfcad0dae
Bump jinja2 from 2.11.2 to 2.11.3
Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.2 to 2.11.3.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/2.11.2...2.11.3)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-19 22:42:08 +00:00
app Chapter 23: Application Programming Interfaces (APIs) (v0.23) 2021-02-25 10:01:56 +00:00
deployment Chapter 22: Background Jobs (v0.22) 2021-02-25 10:01:56 +00:00
migrations Chapter 23: Application Programming Interfaces (APIs) (v0.23) 2021-02-25 10:01:56 +00:00
.flaskenv Chapter 1: Hello, World! (v0.1) 2019-11-27 20:02:52 +00:00
.gitattributes Initial commit (v0.0) 2018-01-06 08:36:36 -08:00
.gitignore Initial commit (v0.0) 2018-01-06 08:36:36 -08:00
Dockerfile Chapter 19: Deployment on Docker Containers (v0.19) 2021-02-25 10:01:56 +00:00
LICENSE Initial commit (v0.0) 2018-01-06 08:36:36 -08:00
Procfile Chapter 22: Background Jobs (v0.22) 2021-02-25 10:01:56 +00:00
README.md Initial commit (v0.0) 2018-01-06 08:36:36 -08:00
Vagrantfile Chapter 17: Deployment on Linux (v0.17) 2021-01-19 00:03:17 +00:00
babel.cfg Chapter 13: I18n and L10n (v0.13) 2020-05-17 22:37:28 +01:00
boot.sh Chapter 19: Deployment on Docker Containers (v0.19) 2021-02-25 10:01:56 +00:00
config.py Chapter 22: Background Jobs (v0.22) 2021-02-25 10:01:56 +00:00
microblog.py Chapter 22: Background Jobs (v0.22) 2021-02-25 10:01:56 +00:00
requirements.txt Bump jinja2 from 2.11.2 to 2.11.3 2021-03-19 22:42:08 +00:00
runtime.txt Chapter 18: Deployment on Heroku (v0.18) 2021-02-25 10:01:50 +00:00
tests.py Chapter 16: Full-Text Search (v0.16) 2021-01-19 00:03:17 +00:00

README.md

Welcome to Microblog!

This is an example application featured in my Flask Mega-Tutorial. See the tutorial for instructions on how to work with it.