0 votes
in Django by

id- is the auto assigned primary key by Django with the datatype.

a) models.FloatField()

b) models.TextField()

c) models.AutoField()

d) models.IntegerField()

1 Answer

0 votes
by

c) models.AutoField()

...