Added attachments

This commit is contained in:
2018-02-26 18:13:02 -05:00
parent fca60d4376
commit 9a48e3f724
6 changed files with 84 additions and 7 deletions

View File

@ -0,0 +1,20 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11.5 on 2018-02-26 22:40
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('newsroom', '0001_initial'),
]
operations = [
migrations.AlterField(
model_name='attachment',
name='file',
field=models.FileField(upload_to='PressRelease'),
),
]