Exécutez n'importe quel Skill dans Manus
en un clic
en un clic
Exécutez n'importe quel Skill dans Manus en un clic
Commencer$pwd:
$ git log --oneline --stat
stars:1 629
forks:385
updated:7 avril 2026 à 10:21
Explorateur de fichiers
SKILL.md
| name | django-create-model |
| description | Steps for creating or modifying a Django model |
Use this skill when defining a new database model or modifying an existing one.
app/eventyay/base/models/ for shared models or a specific sub-app's models.py).app/eventyay/base/ if applicable.agents.md) when writing model queries, especially regarding event multi-tenancy (django_scopes.scope(event=event)).Steps for creating or modifying Django forms and adding validation
Steps for adding a new Django REST Framework API endpoint
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