Django E-Commerce: cart item Iterations not pushed to db

后端 未结 0 855
眼角桃花
眼角桃花 2020-12-04 04:26

I have the following model in my orders app:

class Order(models.Model):  
    # customer info
    first_name = models.CharField(max_length=50)
    last_name =         


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