microblog/app
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
..
api Chapter 23: Application Programming Interfaces (APIs) (v0.23) 2022-11-11 12:57:54 +00:00
auth Fix: Dockerfile and routes error handling 2023-03-10 18:33:38 -05:00
errors Chapter 23: Application Programming Interfaces (APIs) (v0.23) 2022-11-11 12:57:54 +00:00
main Chapter 22: Background Jobs (v0.22) 2022-11-11 12:56:46 +00:00
static Chapter 14: Ajax (v0.14) 2022-11-11 12:51:46 +00:00
templates Add 2FA 2023-03-06 14:11:02 -05:00
translations/es/LC_MESSAGES Chapter 22: Background Jobs (v0.22) 2022-11-11 12:56:46 +00:00
__init__.py Chapter 23: Application Programming Interfaces (APIs) (v0.23) 2022-11-11 12:57:54 +00:00
cli.py Chapter 15: A Better Application Structure (v0.15) 2022-11-11 12:52:55 +00:00
email.py Chapter 22: Background Jobs (v0.22) 2022-11-11 12:56:46 +00:00
models.py Add 2FA 2023-03-06 14:11:02 -05:00
search.py Chapter 16: Full-Text Search (v0.16) 2022-11-11 12:52:58 +00:00
tasks.py Chapter 22: Background Jobs (v0.22) 2022-11-11 12:56:46 +00:00
translate.py Chapter 15: A Better Application Structure (v0.15) 2022-11-11 12:52:55 +00:00