django

Installation
SKILL.md

Django

When to Use

  • Python web applications
  • Admin interfaces
  • Django REST Framework APIs
  • Content-heavy sites with ORM-driven data models

When NOT to Use

  • FastAPI projects — use the frameworks/fastapi skill instead for async APIs and microservices
  • JavaScript/Node.js backends (Express, NestJS) — this skill is Python-only
  • Microservices architectures — consider FastAPI instead for lightweight, async services

Core Patterns

Installs
1
GitHub Stars
97
First Seen
Apr 8, 2026
django — duthaho/claudekit