I am experimenting with Flask from Django and I really like it. There is only one problem that I have encountered. I read documents with jars and part about large applications or something like that, and explains how to separate a project in packages, each of which has its own static and template folder, as well as its own presentation module. the fact is, I canβt find a way that works to place models there using SQLAlchemy with the Flask extension. It works from an interactive prompt to create tables, but when I use it inside the code, it breaks. So I wanted to know how experienced Flask developers did it.
python flask flask-sqlalchemy
actionAxolot May 22 '11 at 15:47 2011-05-22 15:47
source share