alternative-backend-service/booking_system
saani 16c4afdce5 config: make ALLOWED_HOSTS configurable via environment variable
Change ALLOWED_HOSTS from a hardcoded list to be read from environment
variable with comma-separated values support. Maintains '*' as default
fallback for backward compatibility. This allows more restrictive host
configuration in production environments while improving security posture.
2025-11-24 13:36:11 +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 config: make ALLOWED_HOSTS configurable via environment variable 2025-11-24 13:36:11 +00:00
urls.py feat: add API documentation with drf-spectacular and refactor views 2025-11-24 13:29:07 +00:00
views.py feat: add user appointment stats endpoint to API root documentation 2025-11-24 11:55:42 +00:00
wsgi.py Add initial Django project structure with user authentication and profile management 2025-11-12 11:51:27 +00:00