Example #1
0
def create_database():
    db.drop_all()
    db.create_all()
Example #2
0
def create_database():
    db.drop_all()
    db.create_all()
def create_db():
    print 'Creating database in %s' % config.DATABASE_URL
    db.create_all()
Example #4
0
def create_db():
    print 'Creating database in %s' % config.DATABASE_URL
    db.create_all()