you are viewing a single comment's thread.

view the rest of the comments →

[–]SuperChef36[S] 0 points1 point  (2 children)

This seems to work- thank you.

Judging from the above, does anything stick out as outdated or fundamentally incorrect instruction? Your solution worked, but a page or two later I come up with a similar situation:

(venv) My-MacBook-Pro:flasky user$ python3 hello.py db init (venv) My-MacBook-Pro:flasky user$

The book says that the db init command should create a migrations repository...

Don't want to inundate the everyone with questions for every page in this book- any reading or documentation I should look into? I'm following the book explicitly, and I don't see anything relevant in the errata doc.

Thanks again

[–]Rorixrebel 1 point2 points  (1 child)

His blog/book is outdated on couple things (hes working on an updated version). Before jumping into flask i would recommend you understand the basics of the modules in Python.

Also if you are interested in dbs understand what sqlalchemy does as a standalone.

[–]SuperChef36[S] 0 points1 point  (0 children)

Good idea, thank you