summaryrefslogtreecommitdiff
path: root/food_project
AgeCommit message (Collapse)Author
2026-04-02Add food.tomflux.xyz to ALLOWED_HOSTSHEADmasterCaine
2026-04-02Phase 4: HTMX frontend with dark paletteCaine
- 4 pages: Pantry, Recipes, Shopping List, Cook Log - HTMX-powered: add/delete pantry items, toggle shopping, generate smart list - Custom 13-colour palette from Lospec (dark bg, yellow accent) - Mobile-responsive - Whitenoise for static files in production - All routes under /app/ - API (/api/) stays internal, frontend (/app/) for browser use
2026-04-02Add API: URLs, token auth, what-can-i-cook endpoint, log-cook with pantry ↵Caine
deduction, browsable API
2026-04-01Configure settings: add kitchen app, DRF, timezone, allowed hostsCaine