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
582 B
20 lines
582 B
# -*- coding: utf-8 -*-
|
|
# Generated by Django 1.9.2 on 2016-06-10 12:51
|
|
from __future__ import unicode_literals
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('finance', '0028_auto_20160610_0003'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='bill',
|
|
name='modals_show',
|
|
field=models.BooleanField(default=False, verbose_name='\u041c\u043e\u0434\u0430\u043b\u043a\u0438 \u043f\u043e\u043a\u0430\u0437\u0430\u043d\u044b'),
|
|
),
|
|
]
|
|
|