Created
October 24, 2016 14:43
-
-
Save akkefa/7a61d94c6662393833f406bf559cf728 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Managing date at django database | |
created_at = models.DateTimeField(auto_now_add=True) | |
updated_at = models.DateTimeField(auto_now=True) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment