An alternative backend built using another programming language.
Go to file
saani d0dcfccb7f feat(config): improve security and add WhiteNoise static file serving
**Security Improvements:**
- Fix DEBUG setting to properly parse boolean from environment variable
- Remove hardcoded SMTP password fallback, rely solely on env var
- Update Celery to use REDIS_URL environment variable instead of hardcoded localhost

**Static File Serving:**
- Add WhiteNoise middleware for production-grade static file serving
- Configure CompressedManifestStaticFilesStorage for optimized delivery

**Configuration Updates:**
- Enable CORS credentials support
- Remove duplicate CORS_ALLOWED_ORIGINS configuration
- Update API documentation title from "Blog API" to "Attune Heart Therapy API"
- Clean up code formatting and remove unnecessary comments

These changes make the application more secure by eliminating hardcoded
credentials and more deployment-ready by properly handling environment
variables and serving static files efficiently in production.
2025-11-25 18:14:40 +00:00
booking_system feat(config): improve security and add WhiteNoise static file serving 2025-11-25 18:14:40 +00:00
meetings #$ 2025-11-24 18:30:43 +00:00
templates refactor(email): improve email service implementation and templates 2025-11-23 00:27:44 +00:00
users #$ 2025-11-24 18:30:43 +00:00
.env.example Add initial Django project structure with user authentication and profile management 2025-11-12 11:51:27 +00:00
.gitignore feat: enable meetings app and simplify development configuration 2025-11-23 00:19:26 +00:00
dockerfile refactor(docker): streamline Dockerfile and add gunicorn workers 2025-11-23 23:34:59 +00:00
manage.py Add initial Django project structure with user authentication and profile management 2025-11-12 11:51:27 +00:00
Procfile # Commit Message 2025-11-23 23:06:17 +00:00
requirements.txt feat: add API documentation with drf-spectacular and refactor views 2025-11-24 13:29:07 +00:00