Closed Ramin-RX7 closed 1 year ago
Implement url/view/template for menu in the foods app.
menu
foods
name the url menu (this means the template must also be named to menu)
The menu look similar to category list but it will show all food a category contains below the category name.
The context to be sent to the template: {"categories": QUERYSET_OF_ALL_CATEGORIES}
{"categories": QUERYSET_OF_ALL_CATEGORIES}
completed in #83
Implement url/view/template for
menu
in thefoods
app.name the url
menu
(this means the template must also be named tomenu
)The menu look similar to category list but it will show all food a category contains below the category name.
The context to be sent to the template:
{"categories": QUERYSET_OF_ALL_CATEGORIES}