Is there a way to create an AutoField
in Django that always begins with a certain prefix?
I would like to create an AutoField
that always begin with the number 1, where the first 15 saved records would have the values 11, 12, 13, 14, ..., 19, 110, 111, 112, 113, 114, 115
.