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