soundwave/backend/config
Iulian 0be38ca945 Fix CORS configuration for PWA offline caching
- Add CORS_ALLOWED_ORIGINS environment variable support in Django settings
- Update docker-compose.yml to include CORS origins (HTTP, HTTPS, custom domain)
- Add comprehensive PWA offline debugging guide
2025-12-24 01:20:41 +00:00
..
__init__.py Initial commit - SoundWave v1.0 2025-12-16 23:43:07 +00:00
asgi.py Initial commit - SoundWave v1.0 2025-12-16 23:43:07 +00:00
celery.py Initial commit - SoundWave v1.0 2025-12-16 23:43:07 +00:00
middleware.py Initial commit - SoundWave v1.0 2025-12-16 23:43:07 +00:00
settings.py Fix CORS configuration for PWA offline caching 2025-12-24 01:20:41 +00:00
urls.py Initial commit - SoundWave v1.0 2025-12-16 23:43:07 +00:00
user_settings.py Initial commit - SoundWave v1.0 2025-12-16 23:43:07 +00:00
wsgi.py Initial commit - SoundWave v1.0 2025-12-16 23:43:07 +00:00