summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 50253ff..cc582bd 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ django-manage:
docker-compose run app python manage.py $(command)
shell:
- docker-compose run app python manage.py shell_plus
+ docker-compose run app python manage.py shell_plus --bpython
full: init up