You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
id = models.CharField(primary_key=True,default='first')
.how can i insert a custom auto generated primary with the organization name for example 'cha' and a number starting from 1000 so the final id would be cha1000 and next id would be cha1001