merged migrations

This commit is contained in:
vabene1111
2019-11-19 19:37:36 +01:00
parent e140645810
commit 9872301f03
2 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# Generated by Django 2.2.7 on 2019-11-19 18:37
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('cookbook', '0013_auto_20191118_1328'),
('cookbook', '0012_auto_20191115_1504'),
]
operations = [
]