Added attachments
This commit is contained in:
		
							
								
								
									
										20
									
								
								newsroom/migrations/0002_auto_20180226_1740.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								newsroom/migrations/0002_auto_20180226_1740.py
									
									
									
									
									
										Normal 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'),
 | 
			
		||||
        ),
 | 
			
		||||
    ]
 | 
			
		||||
		Reference in New Issue
	
	Block a user