app/soc/models/seed_db.py
changeset 1929 1ce28a2dd71f
parent 1907 8e1ea5609325
child 1945 ad3e6c4bb604
equal deleted inserted replaced
1928:8001eee3160f 1929:1ce28a2dd71f
   432       'name': 'Organization %d' % i,
   432       'name': 'Organization %d' % i,
   433       'short_name': 'Org %d' % i,
   433       'short_name': 'Org %d' % i,
   434       'founder': current_user,
   434       'founder': current_user,
   435       'scope_path': 'google/gsoc2009',
   435       'scope_path': 'google/gsoc2009',
   436       'scope': gsoc2009,
   436       'scope': gsoc2009,
       
   437       'status': 'active',
   437       'email': 'org_%i@example.com' % i,
   438       'email': 'org_%i@example.com' % i,
   438       'home_page': 'http://code.google.com/p/soc',
   439       'home_page': 'http://code.google.com/p/soc',
   439       'description': 'Melange, share the love!',
   440       'description': 'Melange, share the love!',
   440       'license_name': 'Apache License',
   441       'license_name': 'Apache License',
   441       'contact_street': 'Some Street',
   442       'contact_street': 'Some Street',