mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
merged migrations
This commit is contained in:
14
cookbook/migrations/0014_merge_20191119_1937.py
Normal file
14
cookbook/migrations/0014_merge_20191119_1937.py
Normal file
@@ -0,0 +1,14 @@
|
||||
# Generated by Django 2.2.7 on 2019-11-19 18:37
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('cookbook', '0013_auto_20191118_1328'),
|
||||
('cookbook', '0012_auto_20191115_1504'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
]
|
||||
Reference in New Issue
Block a user