Example #1
0
def dropdb():
    postgres.drop()
Example #2
0
def refresh_database():
    postgres.drop()
    postgres.configure()