Go to file
Miguel Grinberg 93b3770418
Chapter 20: Some JavaScript Magic (v0.20)
2023-07-27 17:38:47 +01:00
app Chapter 20: Some JavaScript Magic (v0.20) 2023-07-27 17:38:47 +01:00
deployment Chapter 17: Deployment on Linux (v0.17) 2023-05-12 00:33:13 +01:00
migrations Chapter 14: Ajax (v0.14) 2023-05-12 00:33:13 +01:00
.flaskenv Chapter 7: Error Handling (v0.7) 2023-04-30 00:56:07 +01: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) 2023-05-12 00:33:14 +01:00
LICENSE Initial commit (v0.0) 2018-01-06 08:36:36 -08:00
Procfile Chapter 18: Deployment on Heroku (v0.18) 2023-05-12 00:33:13 +01:00
README.md Initial commit (v0.0) 2018-01-06 08:36:36 -08:00
Vagrantfile Chapter 17: Deployment on Linux (v0.17) 2023-05-12 00:33:13 +01:00
babel.cfg Chapter 13: I18n and L10n (v0.13) 2023-05-12 00:33:08 +01:00
boot.sh Chapter 19: Deployment on Docker Containers (v0.19) 2023-05-12 00:33:14 +01:00
config.py Chapter 18: Deployment on Heroku (v0.18) 2023-05-12 00:33:13 +01:00
microblog.py Chapter 15: A Better Application Structure (v0.15) 2023-05-12 00:33:13 +01:00
requirements.txt Chapter 19: Deployment on Docker Containers (v0.19) 2023-05-12 00:33:14 +01:00
tests.py Chapter 16: Full-Text Search (v0.16) 2023-05-12 00:33:13 +01: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.