Commit Graph

1 Commits

Author SHA1 Message Date
3827944aa5 Add bulletproof startup script to fix django_site migration issues
- Create startup.sh with proper step-by-step setup and clear logging
- Explicit sites migration before configure_site command
- Better error handling with set -e
- Clean command structure in docker-compose
- This should resolve the 'relation django_site does not exist' error

The startup script runs migrations in correct order and provides clear feedback.
2025-09-11 18:42:15 +05:30