bloombase/plantdb
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
..
__init__.py feat: scaffold Django project with plants app 2026-05-27 19:40:58 +02:00
asgi.py feat: scaffold Django project with plants app 2026-05-27 19:40:58 +02:00
settings.py fix: add CSRF_TRUSTED_ORIGINS support via env var 2026-05-28 11:19:14 +02:00
urls.py feat: URL routing skeleton and base template 2026-05-28 09:51:11 +02:00
wsgi.py feat: scaffold Django project with plants app 2026-05-27 19:40:58 +02:00