in models.py
class Auction(models.Model): id = models.AutoField(primary_key=True) name=models.CharField(max_length=64)
in views.py