1 2 3 4 5
from django.db import models class Count(models.Model): num = models.PositiveSmallIntegerField()