mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 20:28:46 -05:00
19 lines
381 B
Python
19 lines
381 B
Python
# Generated by Django 4.2.10 on 2024-02-19 20:21
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
dependencies = [
|
|
(
|
|
"cookbook",
|
|
"0213_remove_property_property_unique_import_food_per_space_and_more",
|
|
),
|
|
]
|
|
|
|
operations = [
|
|
migrations.DeleteModel(
|
|
name="ShoppingList",
|
|
),
|
|
]
|