General
PromptBeginner5 minmarkdown
- `src/`
`app/`
0
Explore
110,795 skills indexed with the new KISS metadata standard.
`app/`
`static/` (if web)
`ios/` directories
scripts)
`pytest`
`app/`
`migrations/`
CI
Django migrations
`conftest.py` | pytest-fixture |
`def test_*():`
`typer.Typer` | cli-command |
`class *Service` | service-layer |
`op.create_table` | alembic-migration |
`Blueprint` | flask-route |
`Field(`
`ModelSerializer` | drf-serializer |
`APIView`
`class Meta:` | django-model |
`def get_*():` | fastapi-dependency |
`routers/`
`@router.get`
`app/`
`settings.py` (Django)