General
PromptBeginner5 minmarkdown
- README/docs
CI
0
Explore
110,676 skills indexed with the new KISS metadata standard.
CI
Django migrations
`conftest.py` | pytest-fixture |
`def test_*():`
SQLAlchemy
`typer.Typer` | cli-command |
`class *Service` | service-layer |
`Column(`
`op.create_table` | alembic-migration |
`class *Repository` | data-repository |
`Blueprint` | flask-route |
`Field(`
`ModelSerializer` | drf-serializer |
`class Meta:` | django-model |
`app/`
`settings.py` (Django)
`pytest.ini`
`Pipfile`
`setup.cfg`
`apps/` directories
`poetry.lock`
`apps/*/models/`
`requirements-dev.txt`
`migrations/`