setup page

This commit is contained in:
vabene1111
2020-06-02 10:40:21 +02:00
parent 81c3707090
commit 0df86b940f
4 changed files with 48 additions and 2 deletions

View File

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