Exemplo n.º 1
0
def dropdb():
    postgres.drop()
Exemplo n.º 2
0
def refresh_database():
    postgres.drop()
    postgres.configure()