BloomBase — personal plant management app
Find a file
Stephan Kerkman 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
docs/superpowers feat: add PlantDB implementation plan 2026-05-27 19:35:18 +02:00
nginx fix: use \$http_host in nginx to preserve port for CSRF validation 2026-05-28 10:20:56 +02:00
plantdb fix: add CSRF_TRUSTED_ORIGINS support via env var 2026-05-28 11:19:14 +02:00
plants fix: surface Perenual API errors instead of silently returning no results 2026-05-28 10:37:30 +02:00
.env.example feat: scaffold Django project with plants app 2026-05-27 19:40:58 +02:00
.gitignore feat: scaffold Django project with plants app 2026-05-27 19:40:58 +02:00
docker-compose.yml fix: use data/ subdir for SQLite volume mount in Docker 2026-05-28 10:11:53 +02:00
Dockerfile feat: Docker Compose deployment with Nginx and Gunicorn 2026-05-28 10:07:18 +02:00
manage.py feat: scaffold Django project with plants app 2026-05-27 19:40:58 +02:00
pytest.ini feat: scaffold Django project with plants app 2026-05-27 19:40:58 +02:00
requirements.txt feat: dashboard with plant count and pruning summary 2026-05-28 09:56:24 +02:00