mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-18 12:19:29 +00:00
Add the ticker field for Sources
This commit is contained in:
@@ -132,6 +132,7 @@ class BlacklistSource(models.Model):
|
||||
""" Blacklist Source """
|
||||
|
||||
name = models.CharField("Blacklist Source Name", max_length=255, blank=False)
|
||||
ticker = models.CharField("Blacklist Source Ticker", max_length=255, blank=False)
|
||||
|
||||
def __unicode__(self):
|
||||
return self.name
|
||||
|
||||
Reference in New Issue
Block a user