Django File upload in model

后端 未结 0 542
野趣味
野趣味 2021-01-22 06:47

Considering that we`ve got the model below:

class Project(models.Model):
    file1 = models.FileField(upload_to=\'projects/\', blank =True)
    file2 = models.Fil         


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