示例#1
0
def bulk_hotels_load():
    from cycu.models_cycu import hotelModel
    hm = hotelModel()
    hm.bulkCreateHotels()
示例#2
0
def hotels_load():
    from cycu.models_cycu import hotelModel

    hm = hotelModel()
    hm.createHotels()