app/soc/models/seed_db.py
changeset 1475 22b63ab59b27
parent 1453 378c844bf52c
child 1562 0e1a93e0c54d
equal deleted inserted replaced
1474:5eaf734fb178 1475:22b63ab59b27
   119   google_host.put()
   119   google_host.put()
   120 
   120 
   121 
   121 
   122   timeline_properties = {
   122   timeline_properties = {
   123         'key_name': 'google/gsoc2009',
   123         'key_name': 'google/gsoc2009',
   124         'scope_path': 'google/gsoc2009',
   124         'link_id': 'gsoc2009',
       
   125         'scope_path': 'google',
       
   126         'scope': google,
   125         }
   127         }
   126 
   128 
   127   gsoc2009_timeline = Timeline(**timeline_properties)
   129   gsoc2009_timeline = Timeline(**timeline_properties)
   128   gsoc2009_timeline.put()
   130   gsoc2009_timeline.put()
   129 
   131 
   148   gsoc2009.put()
   150   gsoc2009.put()
   149 
   151 
   150 
   152 
   151   timeline_properties = {
   153   timeline_properties = {
   152         'key_name': 'google/ghop2009',
   154         'key_name': 'google/ghop2009',
   153         'scope_path': 'google/ghop2009',
   155         'link_id': 'ghop2009',
       
   156         'scope_path': 'google',
       
   157         'scope': google,
   154         }
   158         }
   155 
   159 
   156   ghop2009_timeline = Timeline(**timeline_properties)
   160   ghop2009_timeline = Timeline(**timeline_properties)
   157   ghop2009_timeline.put()
   161   ghop2009_timeline.put()
   158 
   162