mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
basic local recipes
This commit is contained in:
19
cookbook/migrations/0004_auto_20191113_2238.py
Normal file
19
cookbook/migrations/0004_auto_20191113_2238.py
Normal file
@@ -0,0 +1,19 @@
|
||||
# Generated by Django 2.2.7 on 2019-11-13 21:38
|
||||
|
||||
from django.db import migrations, models
|
||||
import django.db.models.deletion
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('cookbook', '0003_auto_20191113_2235'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='recipe',
|
||||
name='storage',
|
||||
field=models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.PROTECT, to='cookbook.Storage'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user