Skip to content

Instantly share code, notes, and snippets.

@rosehgal
Created December 4, 2017 06:39
Show Gist options
  • Save rosehgal/f84fdf2eef9159f7340ca6a3d92a2e0e to your computer and use it in GitHub Desktop.
Save rosehgal/f84fdf2eef9159f7340ca6a3d92a2e0e to your computer and use it in GitHub Desktop.
from django.db import models
class DateModel(models.Model):
created_by = models.CharField(max_length=50)
modified_by = models.CharField(max_length=50)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment