Skip to content

Commit e7ea7f3

Browse files
committed
chore: Fix recreate-migrations target
Closes #798
1 parent bc28e0c commit e7ea7f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ test:
2626

2727
recreate-migrations:
2828
rm modeltranslation/tests/migrations/0*.py
29-
PYTHONPATH="." uv run --no-sync django-admin makemigrations tests
29+
PYTHONPATH="." uv run --no-sync django-admin makemigrations tests --settings=modeltranslation.tests.settings

0 commit comments

Comments
 (0)