Go to file
Jesper Kjær Sørensen 5766dc6ac3
Test of u2 for empty followers table
Hello Miguel
I found that `u1` is tested twice for empty followers, and one of the tests should be changed to `u2`.
Assuming that the error is related to a copy/paste operation and persists from tag V0.8 until latest revision.

Thanks for a really nice tutorial.
Jesper
2019-07-14 00:28:05 +02:00
app Chapter 23: Application Programming Interfaces (APIs) (v0.23) 2019-05-19 19:05:52 +01:00
deployment Chapter 22: Background Jobs (v0.22) 2019-05-19 19:05:48 +01:00
migrations Chapter 23: Application Programming Interfaces (APIs) (v0.23) 2019-05-19 19:05:52 +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) 2018-10-04 23:03:39 +01:00
LICENSE Initial commit (v0.0) 2018-01-06 08:36:36 -08:00
Procfile Chapter 22: Background Jobs (v0.22) 2019-05-19 19:05:48 +01:00
README.md Initial commit (v0.0) 2018-01-06 08:36:36 -08:00
Vagrantfile Chapter 17: Deployment on Linux (v0.17) 2018-10-04 23:03:39 +01:00
babel.cfg Chapter 13: I18n and L10n (v0.13) 2018-06-06 22:29:43 -07:00
boot.sh Chapter 19: Deployment on Docker Containers (v0.19) 2018-10-04 23:03:39 +01:00
config.py Chapter 22: Background Jobs (v0.22) 2019-05-19 19:05:48 +01:00
microblog.py Chapter 22: Background Jobs (v0.22) 2019-05-19 19:05:48 +01:00
requirements.txt Chapter 23: Application Programming Interfaces (APIs) (v0.23) 2019-05-19 19:05:52 +01:00
tests.py Test of u2 for empty followers table 2019-07-14 00:28:05 +02: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.