Exemplo n.º 1
0
def init_model(engine):
    """Call me before using any of the tables or classes in the model"""

    Session.configure(bind=engine)
Exemplo n.º 2
0
def init_model(engine):
	"""Call me before using any of the tables or classes in the model"""
	
        Session.configure(bind=engine)