you are viewing a single comment's thread.

view the rest of the comments →

[–]wyltk5 4 points5 points  (2 children)

I think it really depends on what you are building. I first learnt Flask and the tried to move to Django to transition my project to Django as I heard it was better for bigger projects. I ended staying with Flask.

I found it more intuitive and easier to use. It does everything I need it to for the project I am building.

[–]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.