diff --git a/bin/djangoctl.sh b/bin/djangoctl.sh index 911a108..75c7728 100755 --- a/bin/djangoctl.sh +++ b/bin/djangoctl.sh @@ -18,6 +18,8 @@ # along with this program. If not, see . MANAGE_CMD="django-admin" +WSGI_SERVER="gunicorn" +DJANGO_APP="db" usage() { cat <