class Config(models.Model): id = models.IntegerField(max_length=20, primary_key=True) appid = models.IntegerField(max_length=20) status = models.Inte