diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 000000000..5c09ca91d --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,14 @@ + + + + \ No newline at end of file diff --git a/cookbook/migrations/0014_merge_20191119_1937.py b/cookbook/migrations/0014_merge_20191119_1937.py new file mode 100644 index 000000000..a15950c42 --- /dev/null +++ b/cookbook/migrations/0014_merge_20191119_1937.py @@ -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 = [ + ]