Skip to content
Snippets Groups Projects
Commit 6f0072e8 authored by Agustín Céspedes's avatar Agustín Céspedes
Browse files

added field comments_count

parent 835c1544
No related branches found
No related tags found
2 merge requests!2PROD1.0,!1PROD 0.1
......@@ -80,6 +80,7 @@ class Advertisement(models.Model):
url = models.URLField()
likes_cnt = models.IntegerField(blank=True, null=True)
comments_sentiment_mean = models.FloatField(blank=True, null=True)
comments_count = models.IntegerField(blank=True, null=True)
files = models.ManyToManyField(File, blank=True)
def __str__(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment