blob: e8929ae5b6186d50be5e09a1e864f74696bb7362 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# -*- coding: utf-8 -*-
# Generated by Django 1.11.10 on 2019-01-18 17:51
from __future__ import unicode_literals
import sys
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('ishtar_common', '0082_auto_20190118_1203'),
]
operations = [
]
|