[open-ils-commits] r39 - servres/trunk/conifer/syrup
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Nov 20 23:40:13 EST 2008
Author: artunit
Date: 2008-11-20 23:40:11 -0500 (Thu, 20 Nov 2008)
New Revision: 39
Modified:
servres/trunk/conifer/syrup/models.py
Log:
Modified: servres/trunk/conifer/syrup/models.py
===================================================================
--- servres/trunk/conifer/syrup/models.py 2008-11-21 00:13:56 UTC (rev 38)
+++ servres/trunk/conifer/syrup/models.py 2008-11-21 04:40:11 UTC (rev 39)
@@ -34,6 +34,10 @@
choices=(('CUST', 'custodian'),
('STAFF', 'staff'),
('ADMIN', 'system administrator')))
+ instructor = m.BooleanField(default=False)
+ proxy = m.BooleanField(default=False)
+ active = m.BooleanField(default=True)
+
def __unicode__(self):
return 'UserProfile(%s)' % self.user
More information about the open-ils-commits
mailing list