Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:1,629
forks:385
updated:April 7, 2026 at 10:21
File Explorer
SKILL.md
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
| 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)).