Advertisement
tzoonami

Untitled

Dec 2nd, 2013
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. from main import RoomInfo, EquipmentInfo
  2.  
  3. for num in ["029","030", "117","125","272","274-N","274-M","274-0","274-D"]:
  4.   ri = RoomInfo(roomnum=num)
  5.   ri.put()
  6. for num in ["None", "Projector", "DVD Player", "COW", "Flip Videos", "TV/VCR/DVD Cart", "Speakers", "Portable SMART board", "Posium", "Blue/Red netbooks"]:
  7.   ei = EquipmentInfo(equipmenttype = num)
  8.   ei.put()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement