django-development
Installation
SKILL.md
Django Development Guide
This skill provides comprehensive guidance for building robust Django web applications following Django 5.2 standards and industry-proven best practices.
When to Use This Skill
Use this skill when:
- Starting a new Django project or app
- Implementing models, views, templates, or forms
- Configuring Django settings or URL routing
- Addressing security concerns in Django applications
- Writing tests or deploying Django applications
- Following Django conventions and best practices
- Troubleshooting Django-specific issues
Core Principles
Convention Over Configuration: Django follows established conventions that reduce boilerplate and decision fatigue. Follow Django patterns rather than reinventing solutions.