Autofield di Django
id = models.AutoField(primary_key=True, **options)
Homeless Hoopoe
id = models.AutoField(primary_key=True, **options)