Skip to content

Instantly share code, notes, and snippets.

@aq1
Created October 12, 2016 15:04
Show Gist options
  • Save aq1/fe534bddb7187207a9e4d7889ec0bf56 to your computer and use it in GitHub Desktop.
Save aq1/fe534bddb7187207a9e4d7889ec0bf56 to your computer and use it in GitHub Desktop.
for i in db.SESSION.query(db.Item).all():
for t in db.SESSION.query(db.Template).filter_by(item_id=i.id):
self._show(i, t)
self.save(event=None)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment