| Home | Docs | Support | Buy | Blog | Forums |
|
|
Mass Adding Locations using zendmdAdding locations using zendmd If you have a large number of locations to add it can be far more efficient to add them through the zendmd command line interface. Here is an example: locations = "Denver,New York,London,Moab".split(',')
for name in locations:
dmd.getDmdRoot("Locations").createOrganizer(name)
commit()
|
