Skip to content

Instantly share code, notes, and snippets.

@lakty
Created April 15, 2019 18:06
Show Gist options
  • Save lakty/152a16b65d4fb41f5f61173bfc4b7b40 to your computer and use it in GitHub Desktop.
Save lakty/152a16b65d4fb41f5f61173bfc4b7b40 to your computer and use it in GitHub Desktop.
class Date(models.Model):
date = models.DateField(_("Date"), auto_now_add=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment