- params = models.TextField(default='[]') # TODO: should be a JSON field
- scriptlet = models.ForeignKey('Scriptlet', null=True, blank=True)
- link = models.CharField(max_length=256, blank=True, default='')
+ params = models.TextField(default = '[]') # TODO: should be a JSON field
+ scriptlet = models.ForeignKey('Scriptlet', null = True, blank = True)
+ link = models.CharField(max_length = 256, blank = True, default = '')