bookwyrm/Makefile

6 lines
147 B
Makefile

migrate:
docker-compose run --rm web poetry run python manage.py migrate
initdb:
docker-compose run --rm web poetry run python manage.py initdb