diff --git a/profiles/models.py b/profiles/models.py
index 163196af6280906bb8baa9130a018dade2bd1ce7..e03b72d3305340b62b733966e7fb6924179af206 100644
--- a/profiles/models.py
+++ b/profiles/models.py
@@ -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