Go to file
Miguel Grinberg 8fce57e248
Chapter 13: I18n and L10n (v0.13)
2023-05-12 00:33:08 +01:00
app Chapter 13: I18n and L10n (v0.13) 2023-05-12 00:33:08 +01:00
migrations Chapter 8: Followers (v0.8) 2023-04-30 12:40:42 +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
LICENSE Initial commit (v0.0) 2018-01-06 08:36:36 -08:00
README.md Initial commit (v0.0) 2018-01-06 08:36:36 -08:00
babel.cfg Chapter 13: I18n and L10n (v0.13) 2023-05-12 00:33:08 +01:00
config.py Chapter 13: I18n and L10n (v0.13) 2023-05-12 00:33:08 +01:00
microblog.py Chapter 13: I18n and L10n (v0.13) 2023-05-12 00:33:08 +01:00
tests.py Chapter 8: Followers (v0.8) 2023-04-30 12:40:42 +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.