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