howie/django-rules icon
public
Published on 2/28/2025
howie/django-rules

Rules
  • Follow Django style guide
  • Avoid using raw queries
  • Prefer the Django REST Framework for API development
  • Prefer Celery for background tasks
  • Prefer Redis for caching and task queues
  • Prefer PostgreSQL for production databases
  • Prefer pytest over unittest