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
574 B
20 lines
574 B
# -*- coding: utf-8 -*-
|
|
# Generated by Django 1.9.2 on 2016-05-31 13:00
|
|
from __future__ import unicode_literals
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('finance', '0018_auto_20160531_1256'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='price',
|
|
name='url',
|
|
field=models.URLField(blank=True, null=True, verbose_name='\u0421\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 \u043e\u043f\u043b\u0430\u0442\u0443'),
|
|
),
|
|
]
|
|
|