2017-09-09 22:03:32 +02:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
from __future__ import unicode_literals
|
|
|
|
|
2017-10-10 21:21:28 +02:00
|
|
|
from django.db import migrations
|
2017-09-09 22:03:32 +02:00
|
|
|
|
|
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
|
|
|
|
dependencies = [
|
2017-10-10 21:21:28 +02:00
|
|
|
('kfet', '0057_add_perms_config'),
|
2017-09-09 22:03:32 +02:00
|
|
|
('kfet', '0056_change_account_meta'),
|
|
|
|
('kfet', '0054_update_promos'),
|
|
|
|
]
|
|
|
|
|
|
|
|
operations = [
|
|
|
|
]
|