Commit graph

5 commits

Author SHA1 Message Date
798240f968 chore: add Django logging config to route errors to stderr/Docker logs
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-30 22:10:03 +02:00
2ceed3b083 feat: add PLANTNET_API_KEY setting 2026-05-30 17:32:28 +02:00
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