Add shell_plus command to the makefile

This commit is contained in:
Roberto Rosario
2016-10-24 18:43:14 -04:00
parent 56feae6e0e
commit 665b814641

View File

@@ -32,6 +32,7 @@ help:
@echo "release - Package (sdist and wheel) and upload a release."
@echo "runserver - Run the development server."
@echo "shell_plus - Run the shell_plus command."
# Cleaning
@@ -111,3 +112,8 @@ wheel: clean
runserver:
$(BROWSER) http://127.0.0.1:8000
./manage.py runserver
shell_plus:
./manage.py shell_plus --settings=mayan.settings.development