djpeacher-django-projects/recipes
Jonathan Peacher 70d268d742
fix(recipes): corrected model import
2023-06-22 15:48:54 -05:00
..
migrations fix(recipes): added missing migration 2023-06-22 15:47:30 -05:00
templates
README.md
__init__.py
admin.py fix(recipes): corrected model import 2023-06-22 15:48:54 -05:00
apps.py
models.py
views.py

README.md

Recipes

Manage recipes and generate shopping list!

Features

  • Manage recipes and their ingredients.
  • Manage ingredient units and aisles.
  • Generate ingredient shopping list!
    • Grouped by unique name-unit-aisle across selected recipes.
    • Ex. 2 cups rice and 3 cups rice will be combined into 5 cups rice.