changeset 1368 | bd710a3ee7e7 |
parent 1363 | 5667c29be1a3 |
child 1390 | 34e00afd0eac |
--- a/app/soc/models/seed_db.py Mon Feb 16 22:40:42 2009 +0000 +++ b/app/soc/models/seed_db.py Mon Feb 16 22:41:52 2009 +0000 @@ -191,7 +191,7 @@ } for i in range(15): - org_app_properties['key_name'] = 'google/gsoc2009/wannabee_%d' % i + org_app_properties['key_name'] = 'google/gsoc2009/wannabe_%d' % i org_app_properties['link_id'] = 'wannabe_%d' % i org_app_properties['name'] = 'Wannabe %d' % i entity = OrgApplication(**org_app_properties)