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.
python manage.py
1 parent 263ad91 commit 25ac628Copy full SHA for 25ac628
Makefile
@@ -23,7 +23,7 @@ migrate:
23
$(COMPOSE) exec api python manage.py migrate
24
25
test:
26
- $(COMPOSE) exec api python manage.py pytest --pylama
+ $(COMPOSE) exec api pytest --pylama
27
28
createsuperuser:
29
$(COMPOSE) exec api python manage.py createsuperuser
0 commit comments