Make chat faster
This commit is contained in:
parent
f11d9b4b53
commit
2854ac97e9
11 changed files with 903 additions and 801 deletions
|
@ -183,6 +183,7 @@ class Profile(models.Model):
|
|||
("setter", "Problem Setter"),
|
||||
("admin", "Admin"),
|
||||
),
|
||||
db_index=True,
|
||||
)
|
||||
mute = models.BooleanField(
|
||||
verbose_name=_("comment mute"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue