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.
20 lines
547 B
20 lines
547 B
# -*- coding: utf-8 -*-
|
|
# Generated by Django 1.9.2 on 2016-06-09 20:30
|
|
from __future__ import unicode_literals
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('management', '0034_modals__type'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='modals',
|
|
name='timer',
|
|
field=models.IntegerField(default=0, verbose_name='\u0427\u0430\u0441\u043e\u0432 \u043f\u043e\u043a\u0430\u0437\u0430'),
|
|
),
|
|
]
|
|
|