diff --git a/Makefile b/Makefile index 3a17bfd..6d5a347 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ makemigrations: up docker exec django bash -c "python manage.py makemigrations" checkmigration: - docker compose exec django bash -c "python manage.py makemigrations --check --dry-run" + docker exec django bash -c "python manage.py makemigrations --check --dry-run" test: up docker exec django bash -c "python manage.py test --keepdb --parallel=$(nproc)"