Commit 365d3e7e by Mushtaq Ali Committed by muhammad-ammar

add verbose name to transcription provider db instance

parent 6224cf8c
......@@ -451,3 +451,6 @@ class TranscriptionProvider(models.Model):
api_key = models.CharField('API key', max_length=255)
api_secret = models.CharField('API secret', max_length=255, null=True, blank=True)
languages = models.CharField('Preferred languages', max_length=255)
def __unicode__(self):
return self.org
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment