add in a created field

parent 5f989371
......@@ -505,6 +505,7 @@ class ViewDistribution(models.Model):
subsection = models.CharField(db_index=True, max_length=255)
unique_user_views = models.IntegerField()
total_views = models.IntegerField()
created = models.DateTimeField(auto_now_add=True)
class Meta(object):
db_table = 'content_views'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment