AutoField() starts incrementing IDs at 1, but the rest of Python is all zero-based.
AutoField()
http://docs.peewee-orm.com/en/latest/peewee/models.html?