home / skills / partme-ai / full-stack-skills / django
This skill provides comprehensive Django guidance for models, views, templates, forms, admin, REST framework, and deployment to help you build robust Django
npx playbooks add skill partme-ai/full-stack-skills --skill djangoReview the files below or copy the command above to add this skill to your agents.
---
name: django
description: Provides comprehensive guidance for Django framework including models, views, templates, forms, admin, REST framework, and deployment. Use when the user asks about Django, needs to create Django applications, implement models and views, or build Django REST APIs.
license: Complete terms in LICENSE.txt
---
## When to use this skill
Use this skill whenever the user wants to:
- [待完善:根据具体工具添加使用场景]
## How to use this skill
[待完善:根据具体工具添加使用指南]
## Best Practices
[待完善:根据具体工具添加最佳实践]
## Keywords
[待完善:根据具体工具添加关键词]
This skill provides comprehensive, practical guidance for building web applications with the Django framework. It covers models, views, templates, forms, admin customization, Django REST Framework, testing, and deployment patterns. Use it to speed development, follow best practices, and troubleshoot common Django issues.
The skill inspects your requirements and suggests concrete Django patterns: data model design, view and URL structure, template organization, form handling, and admin setup. For APIs it outlines serializers, viewsets, routers, authentication, and pagination using Django REST Framework. It also offers deployment guidance for WSGI/ASGI hosts, static/media handling, and environment configuration.
Does this skill cover Django REST Framework?
Yes. It includes serializers, viewsets, routers, authentication, pagination, and common API patterns.
Will it help with deployment?
Yes. It provides practical deployment steps for WSGI/ASGI, static/media handling, environment configuration, and recommended production settings.