How to access 2 different model filefields in View and copy paste data from one file to the other

后端 未结 0 695
南笙
南笙 2021-02-01 08:57

I have 2 models with filefield:

from django.db import models
from django.db.models import Model 

class ExcelModel(Model):
   Excel_file = models.FileField()
   f         


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