I have to test a block of code ,like this:
model:
class LoginHistory(models.Model): id = models.AutoField(\'ID\', primary_key=True) class meta