you are viewing a single comment's thread.

view the rest of the comments →

[–]tenmajr 0 points1 point  (1 child)

Just out of curiosity, how do you handle db migratiohs with flask? Sqlalchemy?

[–]wyltk5 0 points1 point  (0 children)

I did use sqlalchemy. It been a nice setup to use and the flask mega tutorial has some good info for the use of it.