chore(build): add shell entry in Makefile

This commit is contained in:
Naramsim 2019-01-04 15:35:35 +01:00 committed by Alessandro Pezzè
parent 67184ce2f9
commit 2fbfdedce0

View file

@ -25,3 +25,6 @@ clean:
migrate: migrate:
python manage.py migrate --settings=config.local python manage.py migrate --settings=config.local
shell:
python manage.py shell --settings=config.local