Exemplo n.º 1
0
def bulk_hotels_load():
    from cycu.models_cycu import hotelModel
    hm = hotelModel()
    hm.bulkCreateHotels()
Exemplo n.º 2
0
def hotels_load():
    from cycu.models_cycu import hotelModel

    hm = hotelModel()
    hm.createHotels()