deprecated old meal plan

This commit is contained in:
Kaibu
2021-10-31 18:08:37 +01:00
parent b6845e06a5
commit 31720927b1
8 changed files with 148 additions and 818 deletions

View File

@ -58,7 +58,6 @@ urlpatterns = [
path('search/v2/', views.search_v2, name='view_search_v2'),
path('books/', views.books, name='view_books'),
path('plan/', views.meal_plan, name='view_plan'),
path('plan_new/', views.meal_plan_new, name='view_plan_new'),
path('plan/entry/<int:pk>', views.meal_plan_entry, name='view_plan_entry'),
path('shopping/', views.shopping_list, name='view_shopping'),
path('shopping/<int:pk>', views.shopping_list, name='view_shopping'),