Go to file
manrajg13 c72f13d35b Fix: Dockerfile and routes error handling
Moved copying .env in dockerfile to avoid cache invalidation. Removed
try and except in confirm2fa because it did nothing. Checking if next is
None or '' before returning and removed data deletions in route
functions.
2023-03-10 18:33:38 -05:00
app Fix: Dockerfile and routes error handling 2023-03-10 18:33:38 -05:00
deployment Chapter 22: Background Jobs (v0.22) 2022-11-11 12:56:46 +00:00
migrations Add 2FA 2023-03-06 14:11:02 -05: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 Update Dockerfile 2023-03-08 15:36:20 -05:00
Dockerfile Fix: Dockerfile and routes error handling 2023-03-10 18:33:38 -05:00
Jenkinsfile Update Jenkinsfile 2023-03-03 18:37:13 -05:00
LICENSE Initial commit (v0.0) 2018-01-06 08:36:36 -08:00
Procfile Chapter 22: Background Jobs (v0.22) 2022-11-11 12:56:46 +00:00
README.md Update README.md 2023-02-26 18:16:57 -05:00
Vagrantfile Chapter 17: Deployment on Linux (v0.17) 2022-11-11 12:52:59 +00:00
babel.cfg Chapter 13: I18n and L10n (v0.13) 2022-11-11 12:51:46 +00:00
boot.sh Chapter 19: Deployment on Docker Containers (v0.19) 2022-11-11 12:52:59 +00:00
config.py Add 2FA 2023-03-06 14:11:02 -05:00
microblog.py Update microblog.py 2023-02-26 22:02:53 -05:00
requirements.txt Update Dockerfile 2023-03-08 15:36:20 -05:00
selenium.py added selenium file 2023-02-17 20:42:52 -05:00
tests.py Chapter 16: Full-Text Search (v0.16) 2022-11-11 12:52:58 +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.