Skip to content
Snippets Groups Projects
Commit 0300787c authored by salazard's avatar salazard
Browse files

add date of birth in model

parent 4b2dc132
Branches
No related tags found
1 merge request!61Verification mail
......@@ -173,6 +173,8 @@ class Student(ProfileMixin, models.Model):
blank=True,
verbose_name="année"
)
dateOfBirth = models.DateField()
qpv = models.BooleanField(null=True, blank=True)
@staticmethod
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment