alternative-backend-service/booking_system
saani 0a02f1db14 feat: migrate to UV package manager and enhance production config
- Replace pip with UV for faster dependency installation
- Switch base image from python:3.11-slim to debian:bookworm-slim
- Add SECURE_PROXY_SSL_HEADER for production SSL proxy support
- Optimize Docker layer caching by copying dependency files first
- Move database migration to build time for faster container startup
- Enhance Gunicorn logging with access and error log streams
- Update dependency management from requirements.txt to pyproject.toml

These changes improve build performance, production security, and
container startup time while modernizing the dependency management
workflow.
2025-11-23 18:36:23 +00:00
..
__init__.py Add initial Django project structure with user authentication and profile management 2025-11-12 11:51:27 +00:00
asgi.py Add initial Django project structure with user authentication and profile management 2025-11-12 11:51:27 +00:00
settings.py feat: migrate to UV package manager and enhance production config 2025-11-23 18:36:23 +00:00
urls.py feat: enable meetings app and simplify development configuration 2025-11-23 00:19:26 +00:00
views.py feat: add user management endpoints and update appointment model 2025-11-23 13:55:04 +00:00
wsgi.py Add initial Django project structure with user authentication and profile management 2025-11-12 11:51:27 +00:00