kpsul/kfet/migrations/0057_merge.py

16 lines
287 B
Python
Raw Permalink Normal View History

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