sqlalchemy __init__ without declare all column property

def __init__(self, *agrs, **kwargs):
super(Song, self).__init__(**kwargs)
self.artist_hash = self.artist + “_” + self.md5

Posted in: web