General
PromptBeginner5 minmarkdown
- `alembic/`
`migrations/`
0
Explore
105,620 skills indexed with the new KISS metadata standard.
`migrations/`
CI
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(`
`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/`
`app/Models/`
`tests/`