fixed small issues

This commit is contained in:
vabene1111
2020-12-28 14:18:51 +01:00
parent 8b2833f353
commit 93b2e2d7e4
2 changed files with 4 additions and 20 deletions

View File

@@ -1,18 +0,0 @@
# Generated by Django 3.0.7 on 2020-08-30 13:32
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('cookbook', '0090_auto_20201214_1359'),
]
operations = [
migrations.AddField(
model_name='recipe',
name='servings',
field=models.IntegerField(default=1),
),
]