Django Integer Field Пример
integer = models.IntegerField(blank=True, null=True)
Delightful Duck
integer = models.IntegerField(blank=True, null=True)