Skip to content

Commit a75564b

Browse files
authored
feat(Local env): Enhance local Django shell devex (#6650)
1 parent 196ebf3 commit a75564b

File tree

3 files changed

+276
-2
lines changed

3 files changed

+276
-2
lines changed

api/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ django-migrate: docker-up wait-for-db
9696

9797
.PHONY: django-shell
9898
django-shell:
99-
poetry run python manage.py shell
99+
poetry run python manage.py shell_plus
100100

101101
.PHONY: django-collect-static
102102
django-collect-static:

0 commit comments

Comments
 (0)