class Topic(models.Model):
    id = models.AutoField(primary_key=True)
    ...