mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-16 19:33:44 +00:00
Fixed migration, removed Corporate groups
This commit is contained in:
@@ -9,7 +9,7 @@ class GroupInformation(models.Model):
|
||||
|
||||
group = models.OneToOneField(Group)
|
||||
|
||||
type = models.IntegerField("Group Type", choices=GROUP_TYPE_CHOICES, default=GROUP_TYPE_BUILTIN)
|
||||
type = models.IntegerField("Group Type", choices=GROUP_TYPE_CHOICES, default=GROUP_TYPE_PERMISSION)
|
||||
admins = models.ManyToManyField(User)
|
||||
public = models.BooleanField("Public", default=False)
|
||||
requestable = models.BooleanField("Requestable", default=False)
|
||||
|
||||
Reference in New Issue
Block a user