General
PromptBeginner5 minmarkdown
- `src/`
`app/`
0
Explore
101,215 skills indexed with the new KISS metadata standard.
`app/`
scripts)
`ios/` directories
`static/` (if web)
`migrations/`
`app/`
CI
`pytest`
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(`
`APIView`
`class Meta:` | django-model |
`ModelSerializer` | drf-serializer |
`@router.get`
`def get_*():` | fastapi-dependency |
`routers/`
`settings.py` (Django)
`app/`