The following are my models:
class Symbol(models.Model): symbol = models.CharField(max_length = 50, unique=True) # The following three are collected every