This commit is contained in:
Arthur
2019-04-20 15:15:32 +02:00
parent d8ac11921f
commit 2e7553b70c
46 changed files with 1871 additions and 721 deletions

View File

@@ -0,0 +1,18 @@
# Generated by Django 2.2 on 2019-04-11 13:56
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('recipe_book', '0001_initial'),
]
operations = [
migrations.RenameField(
model_name='ingredientwithamount',
old_name='ingredients',
new_name='ingredient',
),
]