File not uploading in Django

前端 未结 0 1581
深忆病人
深忆病人 2021-02-14 12:55

I am trying to upload a file in Django to models:

class Dealer(models.Model):
    user = models.OneToOneField(User,on_delete=models.PROTECT)
    profile = models.         


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