Commit graph

3 commits

Author SHA1 Message Date
6727d8b59b fix: add CSRF_TRUSTED_ORIGINS support via env var
Django 5.2 rejects POSTs when the Origin header doesn't match
CSRF_TRUSTED_ORIGINS. Required for non-localhost deployments.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-28 11:19:14 +02:00
1e3fc4285d fix: use data/ subdir for SQLite volume mount in Docker
Named volumes can't mount to a file path — use a directory.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-28 10:11:53 +02:00
265d54050c feat: scaffold Django project with plants app
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-27 19:40:58 +02:00