diff -r 62a6510b670d -r 4e036dcc79ba app/soc/models/student_project.py --- a/app/soc/models/student_project.py Tue Apr 14 18:42:27 2009 +0000 +++ b/app/soc/models/student_project.py Tue Apr 14 18:44:06 2009 +0000 @@ -70,6 +70,9 @@ required=True, collection_name='student_projects') + #: A property containing a list of additional Mentors for this project + additional_mentors = db.ListProperty(item_type=db.Key, default=[]) + #: The status of this project #: accepted: This project has been accepted into the program #: mid_term_passed: This project has passed the midterm evaluation