added ability to change default page

This commit is contained in:
vabene1111
2020-04-13 22:52:02 +02:00
parent 4f49b06704
commit 4e9e628162
6 changed files with 46 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ from cookbook.helper import dal
urlpatterns = [
path('', views.index, name='index'),
path('search/', views.search, name='view_search'),
path('books/', views.books, name='view_books'),
path('plan/', views.meal_plan, name='view_plan'),
path('shopping/', views.shopping_list, name='view_shopping'),