forked from DGNum/gestioCOF
migrations merged
This commit is contained in:
parent
ce96bc4b67
commit
5694e4b9bc
1 changed files with 15 additions and 0 deletions
15
kfet/migrations/0049_merge.py
Normal file
15
kfet/migrations/0049_merge.py
Normal 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 = [
|
||||
]
|
Loading…
Reference in a new issue