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

    hm = hotelModel()
    hm.createHotels()