app/soc/models/seed_db.py
changeset 1475 22b63ab59b27
parent 1453 378c844bf52c
child 1562 0e1a93e0c54d
--- a/app/soc/models/seed_db.py	Mon Feb 23 18:26:00 2009 +0000
+++ b/app/soc/models/seed_db.py	Mon Feb 23 18:27:14 2009 +0000
@@ -121,7 +121,9 @@
 
   timeline_properties = {
         'key_name': 'google/gsoc2009',
-        'scope_path': 'google/gsoc2009',
+        'link_id': 'gsoc2009',
+        'scope_path': 'google',
+        'scope': google,
         }
 
   gsoc2009_timeline = Timeline(**timeline_properties)
@@ -150,7 +152,9 @@
 
   timeline_properties = {
         'key_name': 'google/ghop2009',
-        'scope_path': 'google/ghop2009',
+        'link_id': 'ghop2009',
+        'scope_path': 'google',
+        'scope': google,
         }
 
   ghop2009_timeline = Timeline(**timeline_properties)