在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
$ git log --oneline --stat
stars:1,629
forks:385
updated:2026年4月7日 10:21
文件资源管理器
SKILL.md
Steps for creating or modifying Django forms and adding validation
Steps for creating or modifying a Django model
Steps for initiating the Django development server without Docker
Steps for generating and applying Django migrations
Docker Compose, container services, deployment
How to update project documentation
| name | django-create-api-endpoint |
| description | Steps for adding a new Django REST Framework API endpoint |
Use this skill when exposing new data or functionality via the DRF API using viewsets and serializers.
app/eventyay/api/. Prefer using explicit serializer fields covering direct model or nested relation mappings.app/eventyay/api/.app/eventyay/api/urls.py.SerializerMethodField for genuinely computed or conditional data. Do NOT use it if a direct field assignment natively exists.