General
PromptBeginner5 minmarkdownQuality: 22
- Migrations: Alembic
Django migrations
0
Explore
115,924 skills indexed with the new KISS metadata standard.
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/
tests/
routes/