field=models.CharField(default='',help_text='Overlay images destination path. If empty, the location of the base image.',max_length=500,verbose_name='overlay_path'),
field=models.ForeignKey(blank=True,help_text='Overlay images destination path. If empty, the location of the base image.',null=True,on_delete=django.db.models.deletion.CASCADE,to='storage.datastore',verbose_name='overlay destination'),