You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

35 lines
1.6 KiB

# -*- coding: utf-8 -*-
# Generated by Django 1.9.2 on 2016-07-11 17:55
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('library', '0008_auto_20160711_1714'),
]
operations = [
migrations.AddField(
model_name='article',
name='preview_img',
field=models.ImageField(blank=True, null=True, upload_to='library', verbose_name='\u041f\u0440\u0435\u0432\u044c\u044e\u0448\u043a\u0430 \u0437\u0430\u043b\u0438\u0432\u043a\u0438'),
),
migrations.AlterField(
model_name='article',
name='haed_description',
field=models.CharField(blank=True, max_length=255, null=True, verbose_name='\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0432 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0435 \u0434\u043b\u044f \u0441\u043e\u0446 \u0441\u0435\u0442\u0435\u0439'),
),
migrations.AlterField(
model_name='article',
name='head_image',
field=models.ImageField(blank=True, null=True, upload_to='library', verbose_name='\u041a\u0430\u0440\u0442\u0438\u043d\u043a\u0430 \u0434\u043b\u044f \u0441\u043e\u0446 \u0441\u0435\u0442\u0435\u0439'),
),
migrations.AlterField(
model_name='article',
name='head_title',
field=models.CharField(blank=True, max_length=255, null=True, verbose_name='\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0434\u043b\u044f \u0441\u043e\u0446 \u0441\u0435\u0442\u0435\u0439'),
),
]