mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-05 22:28:31 -05:00
removed old search pages
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# Generated by Django 4.0.6 on 2022-07-12 18:04
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('cookbook', '0177_recipe_show_ingredient_overview'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='userpreference',
|
||||
name='search_style',
|
||||
),
|
||||
migrations.RemoveField(
|
||||
model_name='userpreference',
|
||||
name='show_recent',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user