Creating rest api from Django

前端 未结 0 2021
醉话见心
醉话见心 2021-02-09 10:31

I have created models to save the product, categories and ProductCategory.

class Product(models.Model):
    ...
    title = models.CharField(max_length=100, defau         


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