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.
25 lines
883 B
25 lines
883 B
# -*- coding: utf-8 -*-
|
|
# Generated by Django 1.9.2 on 2016-06-08 18:41
|
|
from __future__ import unicode_literals
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('management', '0029_auto_20160608_1804'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='modalstack',
|
|
name='timer',
|
|
field=models.DateTimeField(blank=True, null=True, verbose_name='\u0414\u0430\u0442\u0430 \u0437\u0430\u043a\u0440\u044b\u0442\u0438\u044f'),
|
|
),
|
|
migrations.AddField(
|
|
model_name='modalstack',
|
|
name='timer_offer',
|
|
field=models.IntegerField(blank=True, editable=False, null=True, verbose_name='\u0421\u0435\u043a\u0443\u043d\u0434 \u0434\u043e \u0437\u0430\u043a\u0440\u044b\u0442\u0438\u044f'),
|
|
),
|
|
]
|
|
|