Skip to content

Commit

Permalink
Added TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlovelltroy committed Oct 14, 2013
1 parent 821318f commit ea5fc8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions classy_mail/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ class CampaignMail(models.Model):
date_sent = models.DateTimeField(null=True, blank=True)
date_opened = models.DateTimeField(null=True, blank=True)
date_clicked = models.DateTimeField(null=True, blank=True)

# TODO: Add the tracking pixel and a link interceptor

0 comments on commit ea5fc8c

Please # to comment.