migrations merged

This commit is contained in:
Qwann 2017-03-09 11:11:31 +01:00
parent ce96bc4b67
commit 5694e4b9bc

View file

@ -0,0 +1,15 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('kfet', '00048_kfet_open_cache'),
('kfet', '0048_article_hidden'),
]
operations = [
]