vk
This commit is contained in:
@@ -21,6 +21,7 @@ class UserInfo(models.Model):
|
||||
rating = models.IntegerField(default=0)
|
||||
user = models.OneToOneField(User, on_delete=models.CASCADE, null=True)
|
||||
telegram_chat_id = models.TextField(default="")
|
||||
vk_user_id = models.IntegerField(null=True)
|
||||
notification_solution_result = models.BooleanField(default=False)
|
||||
notification_friends = models.BooleanField(default=False)
|
||||
notification_messages = models.BooleanField(default=False)
|
||||
|
Reference in New Issue
Block a user