Beispiel #1
0
 def init_db(self, args):
     DB.create_tables([
         Shop,
         ShopPhoto,
         User,
         Administrator,
         Product,
         ProductLabelList,
         ProductSceneList,
         ProductPhoto,
         Repertory,
         RepertoryEntry,
         SaleOrder,
         SaleOrderDetail,
         SaleOrderTrace,
         Poster,
         SessionDB
     ])