mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
account linking and docs update
This commit is contained in:
17
cookbook/migrations/0107_auto_20210128_1535.py
Normal file
17
cookbook/migrations/0107_auto_20210128_1535.py
Normal file
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 3.1.5 on 2021-01-28 14:35
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('cookbook', '0106_shoppinglist_supermarket'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='supermarketcategoryrelation',
|
||||
options={'ordering': ('order',)},
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user