I have a field in my models.py file as follows

ticket_id = models.AutoField(primary_key=True)

The value for the ticket_id column starts at 1. say i wanted it to start 
from some value (say 989) . how do i accomplish this using django?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/5fb06f8d-f8e9-4e16-a4bf-4732487d1119%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to