mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
Remove unnecessary --dry-run flag (#5323)
This commit is contained in:
parent
44ef825101
commit
e90704fdae
|
@ -24,7 +24,7 @@ docker compose -f docker-compose.local.yml run django mypy my_awesome_project
|
||||||
docker compose -f docker-compose.local.yml run django pytest
|
docker compose -f docker-compose.local.yml run django pytest
|
||||||
|
|
||||||
# return non-zero status code if there are migrations that have not been created
|
# return non-zero status code if there are migrations that have not been created
|
||||||
docker compose -f docker-compose.local.yml run django python manage.py makemigrations --dry-run --check || { echo "ERROR: there were changes in the models, but migration listed above have not been created and are not saved in version control"; exit 1; }
|
docker compose -f docker-compose.local.yml run django python manage.py makemigrations --check || { echo "ERROR: there were changes in the models, but migration listed above have not been created and are not saved in version control"; exit 1; }
|
||||||
|
|
||||||
# Test support for translations
|
# Test support for translations
|
||||||
docker compose -f docker-compose.local.yml run django python manage.py makemessages --all
|
docker compose -f docker-compose.local.yml run django python manage.py makemessages --all
|
||||||
|
|
Loading…
Reference in New Issue
Block a user