Skip to content

Instantly share code, notes, and snippets.

@almazkun
Last active November 23, 2020 09:47
Show Gist options
  • Save almazkun/689251c1fe6a443aa3e02d0171dea07e to your computer and use it in GitHub Desktop.
Save almazkun/689251c1fe6a443aa3e02d0171dea07e to your computer and use it in GitHub Desktop.
from django.contrib.auth.models import User
class BillingProfile(models.Model):
payer = models.ForeignKey(User, on_delete=models.CASCADE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment