Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix #37 - send email when askers' bids are met #61

Merged
merged 2 commits into from
Dec 27, 2014

Conversation

groovecoder
Copy link
Member

This time using django-mailer, but I'm not sold on it. Could just as easily use built-in django mail if we think that's just as good?

@coveralls
Copy link

Coverage Status

Coverage increased (+0.03%) when pulling 0484c35 on groovecoder:notify-winning-askers-37 into 5c5cc70 on codesy:master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.03%) when pulling 4f1bcd0 on groovecoder:notify-winning-askers-37 into 5c5cc70 on codesy:master.



class Bid(models.Model):
user = models.ForeignKey(settings.AUTH_USER_MODEL)
url = models.URLField()
ask = models.DecimalField(max_digits=6, decimal_places=2)
ask_match_sent = models.BooleanField(default=False)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A nullable DateTimeField might be more useful than just a BooleanField.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.03%) when pulling b399a07 on groovecoder:notify-winning-askers-37 into 5c5cc70 on codesy:master.

jgmize added a commit that referenced this pull request Dec 27, 2014
fix #37 - send email when askers' bids are met
@jgmize jgmize merged commit a9de26d into codesy:master Dec 27, 2014
@groovecoder groovecoder deleted the notify-winning-askers-37 branch January 3, 2015 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants