Coding & Debugging
PromptBeginner5 minmarkdown
- Common: `python manage.py`
`pytest`
0
Explore
104,832 skills indexed with the new KISS metadata standard.
`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/`
`pytest.ini`
`Pipfile`
`setup.cfg`
`apps/` directories