Title: feat: make CORS origins configurable via environment variable
Complexity: trivial
Time Estimate: 2-3 hours
Skills: Django, CORS
Description:
Currently CORS is hardcoded. Make it configurable:
- Add
ALLOWED_ORIGINS environment variable
- Parse comma-separated list
- Apply to Django-CORS settings
Acceptance Criteria:
Title:
feat: make CORS origins configurable via environment variableComplexity:
trivialTime Estimate: 2-3 hours
Skills: Django, CORS
Description:
Currently CORS is hardcoded. Make it configurable:
ALLOWED_ORIGINSenvironment variableAcceptance Criteria: