Add some TODOs
This commit is contained in:
parent
73e28f2c6b
commit
00f37caf50
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue