Tagged Questions
2
votes
1answer
455 views
Flask SqlAlchemy : TypeError: 'Class' object is not iterable
I'm following the Flask-SQLAlchemy tutorial. I have Flask 0.9, sqlalchemy 0.7.8 and flask-sqlalchemy 0.16 on python 2.6. (and I work with eclipse)
(The tuto is here : ...