Skip to content

Instantly share code, notes, and snippets.

@karanmhatre1
Created April 14, 2020 08:35
Show Gist options
  • Select an option

  • Save karanmhatre1/b8bc684dccfcb731401f5ac7fba71ae4 to your computer and use it in GitHub Desktop.

Select an option

Save karanmhatre1/b8bc684dccfcb731401f5ac7fba71ae4 to your computer and use it in GitHub Desktop.
User Profile Model
class UserProfile(TimestampModel):
user = models.OneToOneField(User, on_delete=models.CASCADE)
picture = models.TextField(null=True, blank=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment