init
This commit is contained in:
18
recipe_book/migrations/0002_auto_20190411_1556.py
Normal file
18
recipe_book/migrations/0002_auto_20190411_1556.py
Normal 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',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user