make shell helper

This commit is contained in:
meeb
2023-06-29 23:30:47 +10:00
parent 12638afb60
commit 5c9c1550bf

View File

@@ -31,3 +31,7 @@ runcontainer:
test: build
cd tubesync && $(python) manage.py test --verbosity=2 && cd ..
shell:
cd tubesync && $(python) manage.py shell