9 lines
313 B
Plaintext
9 lines
313 B
Plaintext
---
|
|
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) |