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()

Related questions

0 votes
asked Jun 26, 2022 in Django by john ganales
0 votes
asked Jun 29, 2022 in Django by sharadyadav1986
...