We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 196ebf3 commit a75564bCopy full SHA for a75564b
3 files changed
api/Makefile
@@ -96,7 +96,7 @@ django-migrate: docker-up wait-for-db
96
97
.PHONY: django-shell
98
django-shell:
99
- poetry run python manage.py shell
+ poetry run python manage.py shell_plus
100
101
.PHONY: django-collect-static
102
django-collect-static:
0 commit comments