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.
24 lines
730 B
24 lines
730 B
# -*- coding: utf-8 -*-
|
|
# Generated by Django 1.9.2 on 2016-06-09 14:42
|
|
from __future__ import unicode_literals
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('management', '0031_auto_20160609_1429'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RemoveField(
|
|
model_name='modalstack',
|
|
name='timer_offer',
|
|
),
|
|
migrations.AlterField(
|
|
model_name='modals',
|
|
name='live_time',
|
|
field=models.IntegerField(default=1, verbose_name='\u041f\u043e\u0432\u0442\u043e\u0440\u0435\u043d\u0438\u0435 \u0447\u0435\u0440\u0435\u0437/\u0447\u0430\u0441\u043e\u0432'),
|
|
),
|
|
]
|
|
|