index
:
food
master
Meal planning system (Django)
Tom
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2026-04-02
Phase 2+3: bulk pantry add, smart shopping list, recipe URL import
Caine
2026-04-02
Add recipe-scrapers dependency
Caine
2026-04-02
Update README: Phase 2 complete, API docs, file structure
Caine
2026-04-02
Add API: URLs, token auth, what-can-i-cook endpoint, log-cook with pantry ↵
Caine
deduction, browsable API
2026-04-02
Add DRF serializers, viewsets, what-can-i-cook endpoint, log-cook with ↵
Caine
pantry deduction
2026-04-01
Fix seed: use ingredient+location for get_or_create, add missing freezer items
Caine
2026-04-01
Add requirements.txt
Caine
2026-04-01
Add README with architecture, setup, models, business rules, and phase plan
Caine
2026-04-01
Add seed command: 29 ingredients, pantry from Pantry.md, 2 meta-recipes ↵
Caine
(stir fry + traybake)
2026-04-01
Add initial migration, create superuser
Caine
2026-04-01
Configure settings: add kitchen app, DRF, timezone, allowed hosts
Caine
2026-04-01
Add all Django models: pantry, ingredients, meta-recipes, recipes, cook log, ↵
Caine
shopping list
2026-04-01
Initial commit: gitignore
Caine