('no_ktp',models.CharField(max_length=32,unique=True,validators=[django.core.validators.RegexValidator('^[0-9]*$','Numeric character only.')])),
('name',models.CharField(max_length=150)),
('phone',models.CharField(blank=True,max_length=32,null=True,validators=[django.core.validators.RegexValidator('^[0-9]*$','Numeric character only.')])),