Advertisement
Guest User

Untitled

a guest
May 25th, 2021
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1. class ProductAdvantage(BaseModel):
  2.     title = models.CharField(max_length=255)
  3.     product = models.ForeignKey(Product, CASCADE)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement