Closed minthemiddle closed 9 years ago
There is inconsistent naming of the tasks table. First, on page 151, when the table is created, you call
__tablename__ = "tasks"
Starting on page 155, you call that very same table ftasks.
ftasks
It's not really a problem, but it's still confusing.
updated
There is inconsistent naming of the tasks table. First, on page 151, when the table is created, you call
__tablename__ = "tasks"
Starting on page 155, you call that very same table
ftasks
.It's not really a problem, but it's still confusing.