Considering that we`ve got the model below:
class Project(models.Model): file1 = models.FileField(upload_to=\'projects/\', blank =True) file2 = models.Fil