('status',models.CharField(choices=[('INIT','init'),('RUNNING','running'),('SUCCESS','success'),('ERROR','error')],db_index=True,default='INIT',help_text='The status of this job.',max_length=30,verbose_name='job status')),
('std_out',models.TextField(blank=True,help_text='task standard output',null=True)),