logo = models.FileField(upload_to='projects', blank=True)
logo_mono = models.FileField(upload_to='logo_mono', help_text='white on transparent', blank=True)
logo_alt = models.CharField(max_length=255, blank=True)
logo = models.FileField(upload_to='projects', blank=True)
logo_mono = models.FileField(upload_to='logo_mono', help_text='white on transparent', blank=True)
logo_alt = models.CharField(max_length=255, blank=True)