parent
ece9e2789d
commit
3473c5ebf7
4 changed files with 31 additions and 1 deletions
@ -0,0 +1,18 @@ |
||||
# Generated by Django 2.0.3 on 2018-03-26 11:20 |
||||
|
||||
from django.db import migrations, models |
||||
|
||||
|
||||
class Migration(migrations.Migration): |
||||
|
||||
dependencies = [ |
||||
('config', '0003_auto_20180326_1027'), |
||||
] |
||||
|
||||
operations = [ |
||||
migrations.AddField( |
||||
model_name='config', |
||||
name='MAIN_PAGE_TOP_IMAGE', |
||||
field=models.ImageField(null=True, upload_to=''), |
||||
), |
||||
] |
||||
Loading…
Reference in new issue