18 lines
397 B
Python
18 lines
397 B
Python
# Generated by Django 5.0.6 on 2024-06-20 18:33
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('beer', '0009_batchrecipe_equipment_and_more'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='batchrecipe',
|
|
options={'verbose_name': 'Recipe', 'verbose_name_plural': 'Recipes'},
|
|
),
|
|
]
|