mirror of
https://github.com/house-of-vanity/OutFleet.git
synced 2025-07-06 17:14:07 +00:00
This commit is contained in:
@ -10,8 +10,7 @@ from django.contrib.auth.models import AbstractUser
|
|||||||
|
|
||||||
|
|
||||||
class User(AbstractUser):
|
class User(AbstractUser):
|
||||||
#username = models.CharField(max_length=100)
|
#is_active = False
|
||||||
is_active = False
|
|
||||||
comment = models.TextField(default="", blank=True)
|
comment = models.TextField(default="", blank=True)
|
||||||
registration_date = models.DateTimeField(auto_now_add=True)
|
registration_date = models.DateTimeField(auto_now_add=True)
|
||||||
servers = models.ManyToManyField('Server', through='ACL', blank=True)
|
servers = models.ManyToManyField('Server', through='ACL', blank=True)
|
||||||
|
Reference in New Issue
Block a user