app/soc/models/student_project.py
changeset 2183 4e036dcc79ba
parent 2124 ac484d0e4304
child 2573 f09f317769c4
--- 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