--- description: Configurations for Django settings file with the list of dependencies and conventions. globs: **/settings.py --- - Django - Django REST Framework (for API development) - Celery (for background tasks) - Redis (for caching and task queues) - PostgreSQL or MySQL (preferred databases for production)