We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55c178e commit 9f51009Copy full SHA for 9f51009
justfile
@@ -152,10 +152,13 @@ test-all:
152
poetry run ./manage.py makemigrations
153
poetry run pytest --cov-append
154
poetry install -E properties
155
+ poetry run ./manage.py makemigrations
156
157
poetry install -E djangorestframework
158
159
160
poetry install -E filters
161
162
163
164
# run tests
0 commit comments