summaryrefslogtreecommitdiff
path: root/food_project/urls.py
AgeCommit message (Collapse)Author
5 daysPhase 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
5 daysAdd API: URLs, token auth, what-can-i-cook endpoint, log-cook with pantry ↵Caine
deduction, browsable API
6 daysConfigure settings: add kitchen app, DRF, timezone, allowed hostsCaine