Guest User

Untitled

a guest
May 24th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1.  
  2. modify_date_time = models.DateTimeField(default=datetime.datetime.now())
  3.  
  4. # and the following?
  5.  
  6. date_of_birth = models.DateField(default=datetime...)
Add Comment
Please, Sign In to add comment