asmo/django-rules icon
public
Published on 3/4/2025
asmo/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 NeonDB for production databases