Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始める$pwd:
$ git log --oneline --stat
stars:1,629
forks:385
updated:2026年4月7日 10:21
ファイルエクスプローラー
SKILL.md
Steps for adding a new Django REST Framework API endpoint
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-add-form |
| description | Steps for creating or modifying Django forms and adding validation |
Use this skill when building or editing forms handling user input for views like back-office organizers (control/) or attendee-facing routes (presale/).
app/eventyay/base/forms/, app/eventyay/control/forms/).clean_<field>() methods.clean() method overrides.control/forms/ configurations into presale/ logic.