how to add a new default DateField field in django model code example Example: django datetimefield default date = models.DateTimeField(auto_now_add=True, blank=True)