diff --git a/Makefile b/Makefile index 5317e58..9420349 100644 --- a/Makefile +++ b/Makefile @@ -31,3 +31,7 @@ runcontainer: test: build cd tubesync && $(python) manage.py test --verbosity=2 && cd .. + + +shell: + cd tubesync && $(python) manage.py shell