Remove corp_user field

This commit is contained in:
2010-03-02 22:33:48 +00:00
parent dcd4f22a78
commit 35767483b0

View File

@@ -29,8 +29,6 @@ class SSOUser(models.Model):
icq = models.CharField(max_length=15, blank=True) icq = models.CharField(max_length=15, blank=True)
xmpp = models.CharField(max_length=200, blank=True) xmpp = models.CharField(max_length=200, blank=True)
corp_user = models.BooleanField()
def update_access(self): def update_access(self):
""" Steps through each Eve API registered to the user and updates their group """ Steps through each Eve API registered to the user and updates their group
access accordingly """ access accordingly """