def reloaddb(): db.drop_all() from rootio.telephony.models import PhoneNumber, Message db.create_all()
def createdb(): db.create_all()