Ramin-RX7 / CafeMenu

Café management website with custom dashboard panel for staff
MIT License
2 stars 4 forks source link

Implement url/view/template for `menu` #69

Closed Ramin-RX7 closed 1 year ago

Ramin-RX7 commented 1 year ago

Implement url/view/template for menu in the foods app.

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}

Ramin-RX7 commented 1 year ago

completed in #83