How do I add 3 different licenses with 3 different prices in django Models

前端 未结 0 1012
南方客
南方客 2020-12-19 03:41

I have a product and I wanted to add three purchase options that depend on the license you buy.

For example:

class Product(models.Model):
    productna         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题