applied tags field to company model
This commit is contained in:
@@ -27,7 +27,7 @@ class CompanyFactory(DjangoModelFactory):
|
||||
shop_rss_feed = FuzzyText(prefix='http://SHOP_RSS_FEED_', suffix='.test', length=10)
|
||||
sale_terms = FuzzyText(prefix='SALES_TERMS', length=250)
|
||||
shipping_cost = FuzzyDecimal(low=1.00)
|
||||
# tags = models.ManyToMany(Tag, null=True)
|
||||
tags = ['cool', 'hip', 'tech/blockchain']
|
||||
sync = FuzzyChoice(choices=(True, False))
|
||||
|
||||
class Meta:
|
||||
|
||||
Reference in New Issue
Block a user