diff -r 9280179e34fd -r 6f7af233b5b0 app/soc/models/seed_db.py --- a/app/soc/models/seed_db.py Wed Aug 26 18:37:35 2009 +0200 +++ b/app/soc/models/seed_db.py Wed Aug 26 18:45:01 2009 +0200 @@ -335,7 +335,6 @@ 'description': 'This is the program for GSoC 2009.', 'apps_tasks_limit': 42, 'slots': 42, - 'workflow': 'gsoc', 'timeline': gsoc2009_timeline, 'status': 'visible', } @@ -343,7 +342,7 @@ gsoc2009 = Program(**program_properties) gsoc2009.put() - + # TODO: Use real GHOPProgram here timeline_properties = { 'key_name': 'google/ghop2009', 'link_id': 'ghop2009', @@ -362,7 +361,6 @@ 'short_name': 'GHOP 2009', 'group_label': 'GHOP', 'description': 'This is the program for GHOP 2009.', - 'workflow': 'ghop', 'timeline': ghop2009_timeline, })