How to POST and update using Django

后端 未结 0 350
旧时难觅i
旧时难觅i 2021-01-29 04:10

I have these two models:

class Lecture(models.Model):
    lecture_no = models.IntegerField(null=True)
    title = models.CharField(max_length=128, unique=True, n         


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