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