Django DateTimefield Default

date = models.DateTimeField(auto_now_add=True, blank=True)
multinspired