Comment on Flask 0.7 Released (Python Web Framework)parentComments−run4yourlives15y>You'd have to remember to do it every time you changed your database;That's probably why he just finds it easier to use django.−icey15yI don't disagree with that sentiment for use during development; but for a long-lived application I don't think it's nearly as big a deal.I don't know about you, but I've personally found that after a few months of working on an application the models tend to be pretty stable.
Comments
>You'd have to remember to do it every time you changed your database;
That's probably why he just finds it easier to use django.
I don't disagree with that sentiment for use during development; but for a long-lived application I don't think it's nearly as big a deal.
I don't know about you, but I've personally found that after a few months of working on an application the models tend to be pretty stable.