`class Demo(models.Model):
task = models.CharField(max_length=200)
assignee = models.ForeignKey(User,related_name='%(class)s_assignee', on_delete=models.CASCADE)
approver = models.ForeignKey(User, related_name='%(class)s_approver', on_delete=models.CASCADE)
status = models.CharField(choices=CHOICES, max_length=20)
watcher = models.ManyToManyField(User, blank=True)
def save(self, *args, **kwargs):
super().save(*args, **kwargs)
self.watcher.add(self.assignee, self.approver)`
what am i doing wrong here
if i try to create object in python shell(manage.py shell) it works fine
but if i try add it from admin panel watchers don't get updated

so my docker is already 3X worse than your unix one. How can I make an img?