fixes to track_user, and StatsLog model
This commit is contained in:
@@ -22,6 +22,7 @@ class StatsLog(models.Model):
|
||||
geo = models.PointField('Ubicación aproximada', null=True, blank=True )
|
||||
contact = models.BooleanField('Empresa contactada', null=True, blank=True)
|
||||
shop = models.BooleanField('Redirigido por botón "Comprar"', null=True, blank=True)
|
||||
view = models.BooleanField('Redirigido por botón "Detalles"', null=True, blank=True)
|
||||
|
||||
# internal
|
||||
created = models.DateTimeField('date of creation', auto_now_add=True)
|
||||
|
||||
Reference in New Issue
Block a user