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