Last active
November 23, 2020 09:47
-
-
Save almazkun/689251c1fe6a443aa3e02d0171dea07e 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
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