Add some TODOs

This commit is contained in:
Jonny Scholes 2020-04-16 17:48:53 +10:00
parent 73e28f2c6b
commit 00f37caf50
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ class BaseEmail(models.Model):
abstract = True
# TODO: Flesh out what else our Contacts need to store
# TODO: Make Contact overrideable by consuming application (ala get_backend maybe?)
class Contact(models.Model):
first_name = models.TextField()
email = models.EmailField()