app/soc/models/seed_db.py
changeset 1368 bd710a3ee7e7
parent 1363 5667c29be1a3
child 1390 34e00afd0eac
equal deleted inserted replaced
1367:9899e92121b7 1368:bd710a3ee7e7
   189     'continued_contribs': 'We promise them a cake.',
   189     'continued_contribs': 'We promise them a cake.',
   190     'agreed_to_admin_agreement': True,
   190     'agreed_to_admin_agreement': True,
   191     }
   191     }
   192 
   192 
   193   for i in range(15):
   193   for i in range(15):
   194     org_app_properties['key_name'] = 'google/gsoc2009/wannabee_%d' % i
   194     org_app_properties['key_name'] = 'google/gsoc2009/wannabe_%d' % i
   195     org_app_properties['link_id'] = 'wannabe_%d' % i
   195     org_app_properties['link_id'] = 'wannabe_%d' % i
   196     org_app_properties['name'] = 'Wannabe %d' % i
   196     org_app_properties['name'] = 'Wannabe %d' % i
   197     entity = OrgApplication(**org_app_properties)
   197     entity = OrgApplication(**org_app_properties)
   198     entity.put()
   198     entity.put()
   199 
   199