django-patterns
Production-grade Django architecture patterns for scalable apps, including DRF, ORM optimization, and caching.
Install
npx skills add https://github.com/affaan-m/everything-claude-code --skill django-patternsStats
| Total installs | 1,734 |
| Weekly installs | 1.7K |
| GitHub stars | 112.5K |
| First seen | Feb 1, 2026 |
| Source | @affaan-m/everything-claude-code |
Summary
- Covers project structure with split settings (base, development, production, test), custom managers and QuerySets, and service layer separation for business logic
- Includes Django REST Framework patterns: serializers with validation, ViewSets with custom actions, filtering, searching, and pagination
- Demonstrates ORM best practices: select_related and prefetch_related for N+1 prevention, bulk operations, database indexing, and constraint definitions
- Provides caching strategies at view, template fragment, and low-level cache layers, plus signal patterns for event-driven actions and custom middleware for request logging and user tracking
Tags
Related skills
| Skill | Installs | vs django-patterns |
|---|---|---|
| java-architect | 1,750 | +16 |
| docker-patterns | 1,801 | +67 |
| websocket-engineer | 1,931 | +197 |
| web-reader | 1,535 | -199 |
| software-architecture | 1,610 | -124 |
FAQ
- How many installs does django-patterns have?
- django-patterns has 1,734 total installs and 1.7K installs this week.
- Where is django-patterns hosted?
- django-patterns is published by @affaan-m/everything-claude-code at https://github.com/affaan-m/everything-claude-code.
- How many GitHub stars does django-patterns have?
- django-patterns has 112.5K GitHub stars.
- When was django-patterns first indexed?
- OrangeBot.AI first indexed django-patterns on Feb 1, 2026.
- How do I install django-patterns?
- Run: npx skills add https://github.com/affaan-m/everything-claude-code --skill django-patterns