hvgab / EmployeeDirectory

Employee Directory Test/Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add google phone internalization lib.

todo opened this issue · comments

commented

phone = models.CharField() # TODO: add google phone internalization lib.
email = models.EmailField(unique=True)
employed = models.BooleanField(default=True, editable=False, help_text="Is the employee employed at the moment?") # TODO: This is a property of _Employment_ status
def save(self):
"""Overwrite default save method."""


This issue was generated by todo based on a TODO comment in 4b608e9. It's been assigned to @hvgab because they committed the code.